csv2sql icon indicating copy to clipboard operation
csv2sql copied to clipboard

A small python utility to convert CSV files into SQL insert statements

Results 2 csv2sql issues
Sort by recently updated
recently updated
newest added

When trying to decode a file with portuguese characters on Windows, the code returns this error: UnicodeDecodeError: 'charmap' codec can't decode byte 0x81 in position 3471: character maps to

Simply changes the `"` quotes to `` ` `` in the table field names. This seems to be more standardized across DBMS.