nathansebhastian / javascript-csv-array-example

JavaScript tutorial on how to convert CSV data to array
31 stars 66 forks source link

This repo demonstrates how to receive a CSV file using HTML <input> element and parse the content as a JavaScript array.

Full tutorial link: JavaScript - Parse CSV data into an array