Forum Discussion
Save as CSV file (UTF-8) with double quotes - how?
Hi
I often need to save data as a CSV file (UTF-8) where all cells are surrounded by double quotes. I cannot find any way to do that in Excel - can it be true? Any idea how to do that?
43 Replies
- elvira moranCopper Contributor
Hello, you can change your file format to "CSV". You need to do the following:
- Click on File
- Select "Save As"
- Selec the folder where you need to save your document
- Select "Save as type", Click on the dropdown arrow to choose the new format, e.g., CSV file (UTF-8) Comma delimited.
I hope the above instructions help you.
Thank you
Elvira
- Elias2000Copper Contributor
- clarence potterCopper Contributor
Where is this mythical file type csv (utf8)? I only have csv, csv (dos), and csv (mac). I really need Excel to stop screwing up the foreign language characters when saving as csv. What is it that Excel actually saves them as that they don't work in my other apps?
thanx,
clarence
- sagearborCopper Contributor
clarence potter
If you "Save As" → "CSV (Comma Delimited)" and then click "Tools" → "Web Options" → "Encoding" , you can choose UTF=8 ... see screen shot below.
- Damien_RosarioSilver Contributor
Hi Peter
Sorry I am not quite following what you are asking for.
I have saved cells with double quotes in them and they save fine in CSV file (UTF-8) in Office 365.
Can you please give an example of what type of data you have in " " and what version of Office you are using?
We can hopefully sort it out from there.
Thanks and have a great weekend.
Cheers
Damien
- Peter SnabeCopper Contributor
The format in the file should end up like this:
"product no","description","quantity"
"1254A","Green bucket","10"- Philip101Copper Contributor
I got round this by replacing the double quotes in Excel with a character that I did not use in the spreadsheet (£ worked for me), exporting as a .csv file, and then, having opened the file in Notepad, replacing the £ with the double quotes.