Data & Content Types
CSV File
A CSV file is a plain-text table format where values are separated by commas.
Also called CSVComma-separated valuesSpreadsheet exportComma-separated file
Visual Example
.csv
name,status,roleAvery,active,editorRiley,paused,viewerPlain Definition
CSV files are a common lightweight format for table-like data.
You Might Describe This As...
- "Spreadsheet export"
- "Comma-separated file"
Fast lookup
You May Also Mean
CSV is best for flat rows and columns; JSON can represent nested objects and lists.
What It Is Used For
- Importing records
- Exporting reports
- Moving table data between tools
Example User Phrasing
- "Let users upload a CSV file."
- "Export the report as CSV."