Google Fusion Tables cvs loads encoding issue

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.

+3
source share
1 answer

UTF 8 should work. I downloaded this table as a test: http://www.google.com/fusiontables/DataSource?dsrcid=276537

+1
source

Source: https://habr.com/ru/post/1772353/


All Articles