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

Fix csv parse crash #7

Merged
merged 2 commits into from
Jan 17, 2024
Merged

Fix csv parse crash #7

merged 2 commits into from
Jan 17, 2024

Conversation

freddieptf
Copy link
Collaborator

@freddieptf freddieptf commented Jan 17, 2024

Fixes #6
Record length errors were not getting caught when using the event emitter API

@freddieptf freddieptf marked this pull request as ready for review January 17, 2024 16:34
@kennsippell
Copy link
Member

Remember to bump package.json version via npm version patch or similar

@freddieptf freddieptf force-pushed the 6_fix_csv_parse_crash branch from 70573d6 to 8a00468 Compare January 17, 2024 18:10
@freddieptf freddieptf merged commit 889e361 into main Jan 17, 2024
@freddieptf freddieptf deleted the 6_fix_csv_parse_crash branch January 17, 2024 18:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CSVs with missing columns crash the server
2 participants