CSV (Comma-Separated Values) is a plain-text format for tabular data, where each line is a row and commas separate column values. It is the most universally compatible format for flat, rectangular datasets, but it does not represent nested or hierarchical structures well.

Example

A dataset of businesses exported as a CSV file opens directly in Excel, Google Sheets, or any database import tool.

Related Terms