Convert CSV Online
CSV - Comma-Separated Values
Format introduction:
In computing, a comma-separated values (CSV) file stores tabular data (numbers and text) in plain text. Each line of the file is a data record. Each record consists of one or more fields, separated by commas. The use of the comma as a field separator is the source of the name for this file format.
Technical details:
The CSV file format is not standardized. The basic idea of separating fields with a comma is clear, but that idea gets complicated when the field data may also contain commas or even embedded line-breaks. CSV implementations may not handle such field data, or they may use quotation marks to surround the field.
File extension | .csv |
MIME | text/csv |
Developed by | Informational RFC |
Type of format | Multi-platform, serial data streams |
Associated programs | Microsoft Excel, LibreOffice Calc |
Sample file | sample.csv |
Wikipedia | CSV on Wikipedia |
The list shows what formats can convert to CSV and what formats can be converted from CSV. Click on a link below to start a specific conversion.
# | Conversion | Type | Position |
---|---|---|---|
1 | CSV to PDF | document | FROM CSV |
2 | CSV to HTML | document | FROM CSV |
3 | CSV to XLS | document | FROM CSV |
4 | CSV to XLSX | document | FROM CSV |
5 | CSV to ODS | document | FROM CSV |
6 | CSV to JSON | document | FROM CSV |
7 | PDF to CSV | document | TO CSV |
8 | XLS to CSV | document | TO CSV |
9 | XLSX to CSV | document | TO CSV |
10 | ODS to CSV | document | TO CSV |
11 | VCF to CSV | document | TO CSV |
12 | XML to CSV | document | TO CSV |
13 | JSON to CSV | document | TO CSV |
14 | YAML to CSV | document | TO CSV |