CSV
Comma Separated Values is a file format with typically one record per line and fields delimited by a
,. Fields may be optionally enclosed with double quotes, though there is no fixed standard for CSV data, particularly when it comes to escaping of double quotes and/or commas.
Last modified August 14, 2026: fix build (307b3f0)