- Comma Separated Values
- (CSV), a file format for representing tabular data as a text file with one line per record and a comma to separate values. Some versions of this format allow quotes around fields that contain reserved characters (such as comma or line endings) or a heading row containing column labels.
|