I am trying to import a large dataset into Google Fusion tables using the csv import function. The data contains Danish characters Γ¦-ΓΈ-Γ₯. The original data encoding is apparently ANSI (or "windows-1252"). Loading data in this encoding is not displayed correctly. I tried to reinstall various lines in most other relevant encodings (encoding. (Unicode | ASCII | UTF8), etc.), but I donβt like anything in Fusion tables.
I use FileHelpers to generate csv, and I tried to explicitly set the encoding there, but to no avail.
source
share