This question already has an answer here:
Does someone have an idea on where I could find some javascript code to parse CSV data ?
This question already has an answer here:
Does someone have an idea on where I could find some javascript code to parse CSV data ?
csvToArray v1.3
A compact (645 bytes) but compliant function to convert a CSV string into a 2D array, conforming to the RFC4180 standard.
https://code.google.com/archive/p/csv-to-array/downloads
Common Usage: jQuery
Common usage: Javascript
Override field separator
Override record separator
Override Skip Header
Override all
You can use the CSVToArray() function mentioned in this blog entry.