Back to Glossary

What is CSV (Comma-Separated Values)?

A CSV (Comma-Separated Values) file is a delimited text file that uses a comma to separate values. Each line of the file is a data record. Each record consists of one or more fields, separated by commas. The use of the comma as a field separator is the source of the name for this file format. It is highly popular for exporting and importing data between spreadsheet software and databases.