Skip to content
GigAI Tools
Definition

What is CSV?

A plain-English definition, and the tools that work with it.

Definition

CSV (Comma-Separated Values) is a plain-text format for tabular data: each line is a row and commas separate the columns. It's the simplest, most universal way to move spreadsheet data between programs, databases and code.

  • Because it's plain text, almost every spreadsheet, database and programming language can read and write CSV.
  • The 'comma' isn't guaranteed: some files use semicolons or tabs, which is the most common cause of a mangled import.
  • CSV holds only values, not formatting or formulas. Convert it to JSON for code, or open it in a viewer when it's too big for a spreadsheet.

Frequently asked questions

Try CSV Viewer

Free, private and instant. Everything runs in your browser.