Format support
The parser handles the full RFC 4180 CSV spec:
- Commas inside quoted fields,
"Smith, John"stays one column. - Line breaks inside quoted fields, multi-line cell content stays in one cell.
- Escaped quotes (
""), properly unescaped. - Mixed line endings,
\n,\r\n, and\rall work.