Parse CSV text into { header, rows }, skipping the human-readable preamble. Fully-empty rows (all cells blank) are dropped from the data rows.
{ header, rows }
Parse CSV text into
{ header, rows }, skipping the human-readable preamble. Fully-empty rows (all cells blank) are dropped from the data rows.