Parse CSV text into an array of header-keyed rows with auto-typed values.
Handles basic quoting ("value, with, commas") and converts numeric strings to numbers. Empty cells are kept as the empty string. Returns [] for inputs without at least a header and one data row.
Parse CSV text into an array of header-keyed rows with auto-typed values.
Handles basic quoting (
"value, with, commas") and converts numeric strings to numbers. Empty cells are kept as the empty string. Returns[]for inputs without at least a header and one data row.