What Does Comma-Separated Values File (CSV) Mean?
A comma separated values (CSV) file contains different values separated by a delimiter, which acts as a database table or an intermediate form of a database table. In other words, a CSV file is a set of database rows and columns stored in a text file such that the rows are separated by a new line while the columns are separated by a semicolon or a comma. A CSV file is primarily used to transport data between two databases of different formats through a computer program.
Techopedia Explains Comma-Separated Values File (CSV)
The following sequence illustrates a typical CSV file: