I have utf-8
data which I would like to save as CSV.
My old version of Excel mangles utf-8
, so I have to resort to using google's spreadsheet which handles utf-8
beautifully.
Some of my data have commas in them, so I must wrap every field of data in thCSVsv with double quotes. I have hundreds of lines, so it would take some time to do it manually and without error.
How can I accomplish this in google docs spreadsheet?