Comma-separated values is a text data format that uses commas to separate delimiter-separated values, and newlines to separate records. CSV data stores tabular data in plain text, where each line typically represents one data record. Each record consists of the same number of fields, and these are separated by commas. If the field delimiter itself may appear within a field, fields can be surrounded with quotation marks. From Wikipedia