2017-07-13T18:51:30Z
2021-12-14T03:22:54Z
comma-separated values
Comma-Separated Values (CSV) is an interchange format for tabular data. It is represented as a text file or network message wherein each line is treated as a record, separated (canonically) by the comma "," character. The first record in the file may optionally depict column semantics.
CSV
CSV is the venerable backstop data format for semi-structured data on the Internet, since anything that can be represented in CSV can also be represented in Excel (although not the other way around).