Description
Used to convert multi-line CSV data into an array objects containing the data as key-value (ie header:value) pairs.
Usage
var result = $.csv.toObjects(input);
Used to convert multi-line CSV data into an array objects containing the data as key-value (ie header:value) pairs.
var result = $.csv.toObjects(input);