| A CSV Primer |
| Monday, 14 January 2008 00:00 | |||
|
One of the most common file formats for exchanging data has been the Comma Separated Value (CSV) format. These files are plain text files used to store a table of data. Overall, it is similar to how data would be saved in a spreadsheet, using commas and newlines to help separate data into columns and rows.
Although there isn't an official standard for CSV, the following guidelines are generally accepted:
Data Jelly Data Jelly is able to import or export files in the CSV format. Aditionally, you may specify characters other than a comma or newline to separate your fields. For example, sometimes the pipe character (|) is used rather than a comma. Excel Note that Excel is able to open and save CSV files, but you run the risk of corrupting your data. Excel will sometimes try to auto-format your data, and may mistakenly convert text to a date or remove leading zeroes from a zip code. Using Excel can simplify the editing of your files, but you may need to open the file with a text editor to verify the data is valid. Further Reading http://en.wikipedia.org/wiki/Comma-separated_values http://www.creativyst.com/Doc/Articles/CSV/CSV01.htm http://edoceo.com/utilitas/csv-file-format
|




