Closed
Description
Line 13 in 0256e49
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;")