FlatFilers / csvjson-app

Online conversion and formatting tools for JSON, CSV and SQL.
https://www.csvjson.com
MIT License
438 stars 110 forks source link

Import Encoding #106

Open Sam1285 opened 3 years ago

Sam1285 commented 3 years ago

{ "country code": "DE", "postal code": "01945", "place name": "Gr�newald", "admin name1": "Brandenburg", "admin code1": "BB", "admin name2": "", "admin code2": 0, "admin name3": "Landkreis Oberspreewald-Lausitz", "admin code3": 12066, "latitude": 51.4, "longitude": 14, "accuracy": 4 },

Import Encoding Options would be great.

Cagy commented 3 years ago

I have the same issue. Encoding of the CSV is "Western Europe (Windows-1252/WinLatin 1)", not UTF-8.

My conversion, including é & à in french postal codes here: https://csvjson.com/csv2json/42e75cd8e786dda104c68d8025c58448

Workaround: in Notepad++ > Encoding > Convert to UTF-8 > Save > Works as expected.

Import Encoding Options would be great indeed!