I need to parse a CSV file to json (or array, still trying to search for the best method!),
- show the data to the user in a container,
- create a new column on that same csv for LABELLING, and letting the user populate it according to clicking some buttons on the app,
- and save the new schema to local computer.
How should I approach this problem?
I've been reading into data-grid, handsontable and papaParser, but I'm still very confused. I'm still kind of a beginner at javascript. It would be a big help if you could give me the big picture on the best way in how proceed with this, I'm sure I could troubleshoot the technical details on my own. Thanks in advance!