CSV files are a flat file format describing values in a table.
Each record consists of M values, separated by commas. However, the last value is not followed by a comma.
Double quotes are used as escape characters. A string with a comma can be delimited by double quotes so that that comma is not misinterpreted as a field separator.
To de-escape a double quote, that is, to use it literally, use two double quotes.
A final, unmatched, double quote on a line indicates that that line is to be continued on the next line.
The computer code and data files described and made available on this web page are distributed under the GNU LGPL license.
You can go up one level to the DATA page.