I am trying to import a .csv file in my JavaScript and trying to save it in an array.
I got the below sample while searching on stackoverflow.com to use jQuery-CSV library's function called csv2Dictionary() to do so.
var data = $.csv2Dictionary(csv):
In above line of code "data" will give me my array, but can some one help me know before I get to this step, how can I call csv2Dictionary() from my JavaScript?
javascriptand callscsv2Dictionary. Sounds like you've got what you want?