CSV File

Main

Showcasing Data

data conversion



data protection

data centre



CSV File

Term: CSV File

Comma Separated Value File. A file that contains data that has individual "fields" of information separated by a character. For example, "comma separated", "Tab separated" or "Pipe Separated". For example, if a file of first and last names was comma separated, the first two lines of such a comma separated file could look like:
 
Last1,First1
Last2,First2
 
Each line of information is called "a record", and "Last1" and "First1" would be "fields".
 

© Thursday, September 09, 2010, Trio Company of Cheektowaga, Ltd. All rights reserved.