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

CSV parser fails for fields that start with comma #429

Closed
DarkWiiPlayer opened this issue Jul 20, 2020 · 2 comments
Closed

CSV parser fails for fields that start with comma #429

DarkWiiPlayer opened this issue Jul 20, 2020 · 2 comments

Comments

@DarkWiiPlayer
Copy link

DarkWiiPlayer commented Jul 20, 2020

The following CSV

foo,",",bar

gets parsed as 4 fields: foo, ", " and bar instead of the correct foo, , and bar

(tested on a4abe78)

andmarti1424 added a commit that referenced this issue Apr 9, 2021
@andmarti1424
Copy link
Owner

Hello @DarkWiiPlayer. Could you please update to latest commit and try again? Thanks.

@DarkWiiPlayer
Copy link
Author

Indeed, this seems to work as expected in the latest version :D

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants