FlatFilers / csvjson-app

Online conversion and formatting tools for JSON, CSV and SQL.

Home Page:https://www.csvjson.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Import Encoding

Sam1285 opened this issue · comments

{
"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.

commented

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!