Javascript – Can I import CSV data into localStorage as an ARRAY not an OBJECT?
The following code is suppose to import data into localStorage from a CSV file. The goal is that is should replace / update any existing localStorage data. I am using FileReader to import and was tryign to use JSON.stringify to…