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

Using ; as CSV separator #5

Open
josegrad opened this issue Apr 24, 2013 · 0 comments
Open

Using ; as CSV separator #5

josegrad opened this issue Apr 24, 2013 · 0 comments

Comments

@josegrad
Copy link

Excel uses ; as CSV separator in some configurations. Changing the separator in Excel is quite opaque.

This parser seems to accept only , as separator. It would be nice to support ; as well.
In any case for the parser to work you need to replace ; with , in the generated Excel.

Not a critical issue but it might help someone who gets a strange JSON generated after parsing CSV where ; are used.

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