Papa Parse - Powerful CSV Parser for JavaScript
Streaming "Did I mention the file is huge?" That's what streaming is for. Specify a step callback to receive the results row-by-row. This way, you won't load the whole file into memory and crash the browser. Papa.parse("http://example.com/big.csv", { down...