csv2json icon indicating copy to clipboard operation
csv2json copied to clipboard

Python3 csv to json convertor

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

Added a property to the json_dump function. By using setting "ensure_ascii" to "False" the json_dump will support decoded utf-8 chars.

Hello, I try to use csv2json to convert an UTF-8 csv to JSON. But special characters seems not supported. An example: ```csv postalcode;city 13220;Châteauneuf-les-Martigues ``` gives ```json [ { "postalcode":...

bug
help wanted