Definition of a CSV File
CSV files are a standard means of moving data from one application to another. Most programs that store information in a database, such as accounting and sales tracking software, can export data as a CSV file so it can be understood and imported by another program.
-
Definition
-
CSV is short for Comma Separated Values. When you open a CSV file in a word processing program, each piece of information (value) is separated by a comma. CSV files are also known as Comma Delimited files.
Application Types
-
Any text-editing program, including basic applications like Notepad and Wordpad, can open a CSV file. Spreadsheet programs such as Microsoft Excel and Google Spreadsheets can also import CSV files, inserting each piece of data into its own table cell. Certain applications that use databases, like Salesforce, import and export data in CSV files.
-
Identification
-
Identify CSV files by their ".csv" file extension. To view a file's extension on Windows, right-click the filename and select "Properties." Click the "General" tab and look for "Comma Separated Values" on the "Type of File" line. On Mac OS X, click once on the file to highlight it, then press "Cmd+I" to bring up the Get Info screen. Look under "Name & Extension" to see if the filename ends in CSV.
Size
-
Because they're basic text files with zero formatting (e.g. special fonts, bold text), CSV files are significantly smaller than other files (e.g. Microsoft Excel XLS files) containing the exact same information.
Warning
-
Individual pieces of information (values) saved in a CSV file cannot contain commas, or the program importing the CSV will interpret the value as two separate values. For example, if you save a person's name as "Brown, John" and export as a CSV, then try to import the CSV into another program, the new program will consider "Brown" and "John" to be two separate names. Avoid this situation by eliminating commas from individual values ahead of time (e.g. changing "Brown, John" to "John Brown").
-
References
- Photo Credit number background image by kuhar from Fotolia.com