.CSV File
.csv is Comma Separated Values File
Features | Description |
---|---|
File Extension | .csv |
Format | Text |
Category | Data |
.csv is Comma Separated Values File
Features | Description |
---|---|
File Extension | .csv |
Format | Text |
Category | Data |
What's on this Page
The csv file extension is commonly used to files in Comma Separated Value format.
A comma-separated values file is a simple text format for a database table. Each line in the CSV file corresponds to a row in the table. Within the line, fields are separated by commas, each field belonging to one table column. The CSV is a simple file format that is supported by many applications.
The csv files are often used for moving tabular data between two different computer programs, for example between a database program and a spreadsheet program.
First CSV files appeared in early 70s, and as such predate any currently used technology.
However the format is still popular even today and used for various purposes, such as used as an export / import format for contacts in Microsoft Outlook and Live Messenger.
MIME types used for csv file:
text/comma-separated-values
text/csv
text/anytext
application/csv
application/excel
application/vnd.msexce
application/vnd.ms-excel
A csv file extension is commonly used for Comma Separated Value file format. CSV is a simple text file with values divided by comma or other character used to separate values. Often used as an import/export format for databases and tables by many software.