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

support for semicolon separated csv #6

Closed
nicolasimeoni opened this issue Mar 25, 2020 · 0 comments
Closed

support for semicolon separated csv #6

nicolasimeoni opened this issue Mar 25, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@nicolasimeoni
Copy link

dialect = csv.Sniffer().sniff(peek, delimiters=",\t")

Can you please add ";" in the list of supported delimiters to support CSV generated in countries that uses the "," as decimal point, like Italy?

the line can be modified in this way:

dialect = csv.Sniffer().sniff(peek, delimiters=",\t;")

@simonw simonw added the enhancement New feature or request label Oct 16, 2020
@simonw simonw closed this as completed in 0cf7d3c Oct 16, 2020
simonw added a commit that referenced this issue Oct 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants