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

trailing missing value unrecognized #18

Open
zhouw opened this issue Feb 1, 2021 · 1 comment
Open

trailing missing value unrecognized #18

zhouw opened this issue Feb 1, 2021 · 1 comment

Comments

@zhouw
Copy link

zhouw commented Feb 1, 2021

First thanks for this wonderful library. It's very fast comparing to other csv parsers.

The issue is when the reader parses the following line (note that this is the last line of the file), column size will be 4. The parser failed to find the trailing missing column:

ABC,123,123,123,\0

If there's an additional line, column size will be 5 which is correct:

ABC,123,123,123,\n\0

@sonulohani
Copy link

Nice finding. I am working on this bug.

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

No branches or pull requests

2 participants