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

cannot convert string contains "..." as a JSON key #324

Closed
hungchun0201 opened this issue Jun 25, 2019 · 1 comment
Closed

cannot convert string contains "..." as a JSON key #324

hungchun0201 opened this issue Jun 25, 2019 · 1 comment
Milestone

Comments

@hungchun0201
Copy link

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.

@Keyang
Copy link
Owner

Keyang commented Jun 26, 2019

This is a bug in parser. it is fixed in 2.0.9

@Keyang Keyang closed this as completed Jun 26, 2019
@Keyang Keyang added this to the 2.0.9 milestone Jun 26, 2019
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