jQuery-csv is a jQuery plugin for parsing CSV data into JS arrays or objects, or for converting JS objects and arrays to CSV files.
Questions tagged [jquery-csv]
59 questions
5
votes
2 answers
JS FileReader: Read CSV from Local File & jquery-csv
I have a CSV file in the same directory as an html page, and I'd like to use FileReader to read the file contents into a jquery-csv's To Arrays function, but I can't seem to get it to work properly. I think I understand the asynchrony of this task,…

Terrarium
- 74
- 1
- 1
- 4
3
votes
2 answers
Get CSV into array using jquery-csv
I am trying to get data from the following CSV which is in my local folder as bids.csv:
1, 3000
4, 2500
15, 2000
into an array. I'm using the jquery-csv library but without success.
Here is my entire code: