URL to CSV path
returns an array of objects from a csv where each column header is the property name
Asynchronously loads a CSV from a remote URL and returns an array of objects
URL to CSV path
returns an array of objects from a csv where each column header is the property name
Asynchronously loads a TSV from either a filepath or remote URL and returns an array of objects
URL to CSV path
returns an array of objects from a csv where each column header is the property name
Asynchronously loads a CSV from either a filepath or remote URL and returns an array of objects
// returns [{header:value,header2:value2}] loadCSV('../mock/invalid-file.csv').then(csvData).catch(console.error)