Parse RFC 4180 CSV: quoted fields may hold the delimiter, doubled quotes and line breaks; lines end in \n or \r\n; a trailing newline adds no row. Malformed input never throws. An unclosed quote runs to the end.
\n
\r\n
Parse RFC 4180 CSV: quoted fields may hold the delimiter, doubled quotes and line breaks; lines end in
\nor\r\n; a trailing newline adds no row. Malformed input never throws. An unclosed quote runs to the end.