Last Updated: February 25, 2016
·
516
· xandout

Handle CSV data in JavaScript

CSV to array of JS Objects

I am working with large datasets of lat/lng coordinates and am given the data in CSV format. After I looked around at the different tools available I decided to write my own.

Gist

I intend to make some changes to the code to make it more robust, such as a signature change, options parsing and anything else that comes to mind.

-Xandout