Parse CSV formatted string
Array of objects if successful; undefined else
Note: CSV-delimiter is ',' Note: First row of CSV defines the column keys. Each subsequent row of the CSV is converted to a StringIndexedInterface where the indices are defined by the column keys.
','
CSV formatted string
Generated using TypeDoc
Parse CSV formatted string
Returns
Array of objects if successful; undefined else
Note: CSV-delimiter is
','
Note: First row of CSV defines the column keys. Each subsequent row of the CSV is converted to a StringIndexedInterface where the indices are defined by the column keys.