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 Read of empty delimited field #3

Closed
pclancy opened this issue Feb 26, 2010 · 3 comments
Closed

CSV Read of empty delimited field #3

pclancy opened this issue Feb 26, 2010 · 3 comments

Comments

@pclancy
Copy link

pclancy commented Feb 26, 2010

When I read a csv which is comma separated with quoted fields and I read a field which is blank, e.g.

"XYZ101", "", "ABC"

The second field is returned as containing a quote when it should be empty.

@JoshClose
Copy link
Owner

Verified and fixing.

@JoshClose
Copy link
Owner

I also found that field with only quotes in them didn't parse properly.

"""","","three"

Would parse out to [ "", ", three ] instead of [ ", , three ]

@JoshClose
Copy link
Owner

Fixed

This issue was closed.
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