Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes #11617: Check for invalid CSV headers during bulk import #13826

Merged
merged 2 commits into from
Sep 20, 2023

Conversation

jeremystretch
Copy link
Member

Fixes: #11617

This is being submitted as a lightweight alternative to PR #12013. I believe it resolves the root issue without significantly refactoring the bulk import logic.

Copy link
Collaborator

@arthanson arthanson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we add a test case.

@jeremystretch jeremystretch merged commit ae4ea34 into develop Sep 20, 2023
8 checks passed
@jeremystretch jeremystretch deleted the 11617-csv-headers-validation branch September 20, 2023 18:40
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 21, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Validate all headers/fields when bulk import objects
2 participants