CSV

From CTMS
Revision as of 12:26, 21 May 2009 by Crisfordm (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

A Comma separated values (CSV) file is a computer data file used for storage of data structured in a table form. Each line in the CSV file corresponds to a row in the table. Within a line, fields are separated by commas, each field belonging to one table column. CSV files are often used for moving tabular data between two different computer programs, for example between a database program and a spreadsheet program.

See CSV for more details.


Back to Main Page