PDA

View Full Version : saving a file in CSV format?


caththere
14th April 2010, 12:54
How do I know if I've saved a file in CSV format (after editing that file)?

ampg-it
14th April 2010, 13:16
It should have the file extension .csv i.e. filename.csv

alanc
14th April 2010, 13:20
If your editing in Excel or similar spreadsheet, choose Files/Save As, and from the File Types drop-down, select "CSV (Comma Delimited) *.csv"

caththere
14th April 2010, 13:32
Thanks guys.

ampg-it
14th April 2010, 13:41
ok, no problem.

spreadsheetsdirect
14th April 2010, 14:03
Open it up in notepad if you want to check the delimeters. Opening in Excel will split it into different cells.