A
A
Alexey Lazutin2015-07-07 21:00:19
csv
Alexey Lazutin, 2015-07-07 21:00:19

Numbers and opening csv (encoding problem)?

Comrades, I broke Google but did not find the answer.
Can't CSV open in Numbers without tambourines and in normal encoding?
And then pliz tell me an elegant way, otherwise in my head I can only take OO or LO or Google Office, open it in it and save it to another format.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
DevMan, 2015-07-07
@exelens

CSV is a plain text file.
convert it to unicode with any editor or console iconv.
if the file is in win-1251:
iconv -f cp1251 -t utf8 file.csv > file.utf8.csv

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question