CSV file problems with ""

D

deanfp

If I have created a csv file with double quotes "" around fields. If
want to open the file to make changes and then save it as a csv file i
seems to lose the quotes "" around fields.

Is there anyway around this thats quick and easy
 
E

Earl Kiosterud

deanfp,

If you're opening the csv file with Excel, it will not show the quotation
marks, unless they were originally in the cells, in which case double quote
marks (pairs of them) would be around the fields. See
www.smokeylake.com/excel/textfiles.htm. for more on how this works.
 
Top