What is CSV?

CSV (Comma-Separated Values) is a simple text format for tabular data where each line is a row and fields are separated by commas. It is universally supported by spreadsheets, databases, and data tools.

CSV has no formal standard, so quoting, delimiters, and encodings can vary. Fields containing commas or newlines are wrapped in quotes.

Work with CSV directly in your browser.

Open the CSV ↔ JSON

More terms