We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,I tried the following .csv file
a...,b 1,2
but the output was [ { a: { '': [Object] }, b: '2' } ] which was expected to be [{'a...':'1','b':'2'}] Please tell me how to fix it,thanks.
[ { a: { '': [Object] }, b: '2' } ]
[{'a...':'1','b':'2'}]
The text was updated successfully, but these errors were encountered:
This is a bug in parser. it is fixed in 2.0.9
Sorry, something went wrong.
No branches or pull requests
Hi,I tried the following .csv file
a...,b
1,2
but the output was
[ { a: { '': [Object] }, b: '2' } ]
which was expected to be
[{'a...':'1','b':'2'}]
Please tell me how to fix it,thanks.
The text was updated successfully, but these errors were encountered: