i have file to upload in Electron js file want to parse csv.
using html no react and no angular js
how to get file content from input file element in node js or by Javascript
try to prase the csv and store to database.
i am exploding it csv content with "," and still i getting improper result.
so is that good way to parse beside of it ?