.csv File — Comma-Separated Values
text/csv
Drop any file to identify its extension and type — runs entirely in your browser
Drop a .csv file here or click to choose
Or drop any file to identify its extension
text/csvQuick Facts
| Extension | .csv |
| Full Name | Comma-Separated Values |
| MIME Type | text/csv |
| Category | Document |
| Type | Text-based (human-readable) |
| Typical Size | 1 KB – 1 GB |
| First Appeared | 1972 |
What Is a .csv File?
CSV (Comma-Separated Values) is one of the oldest and most universal data exchange formats in computing. CSV files store tabular data as plain text, with each row on a separate line and column values separated by commas (or sometimes semicolons, tabs, or other delimiters depending on locale). Fields containing commas, newlines, or quotes are enclosed in double quotes. The format's extreme simplicity is its greatest strength — virtually every spreadsheet application, database system, programming language, and data analysis tool can read and write CSV files. CSV lacks standardization for encoding, data types, or metadata, which can lead to compatibility issues with international characters, date formats, and numeric precision. RFC 4180 provides a common definition but is not universally followed. CSV files are extensively used for data import/export, log files, financial data feeds, scientific datasets, and as an interchange format between incompatible systems. Their plain-text nature makes them easy to inspect, debug, and process with command-line tools.
How to Open .csv Files
Related File Extensions
More Document File Extensions
Other document formats you might encounter
Browse File Extensions by Category
Explore our reference of 259 file extensions with details, programs, and related formats.