I'd like to to read a CSV file with javascript. (put into an array of
arrays). (The CSV file would be imported from a input type="file")
I'm not sure how to go about this. Hairy regex or some functions based on
iterating through every character?
Anyone done this in javascript? Hints?
Jeff
arrays). (The CSV file would be imported from a input type="file")
I'm not sure how to go about this. Hairy regex or some functions based on
iterating through every character?
Anyone done this in javascript? Hints?
Jeff
Comment