What is CSV?
“CSV” stands for Comma Separated Values. It is a text-only format used to store data, often used with spreadsheet or database software. In a CSV file, “fields” of data are separated by commas. This allows programs to re-create the correct field structure for the data by reading through the file and starting a new field every time a comma is encountered.