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

Parser does not handle emtpy last fields correctly #1

Open
mrcroc opened this issue Nov 26, 2012 · 0 comments
Open

Parser does not handle emtpy last fields correctly #1

mrcroc opened this issue Nov 26, 2012 · 0 comments

Comments

@mrcroc
Copy link

mrcroc commented Nov 26, 2012

I have noticed that the parser runs into a problem (ignores remaining rows) if there is a row that ends with an empty field, i.e. ends with ';' when the separator character is ';'. Adding an empty string to those lines (such that they end with ';""') remedies the situation (as observed on iOS 6.0 in a CSV file with headers). This seems to be a bug in the current implementation.

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

1 participant