This is a node application to be used in debug mode in order to play with complicated, data-heavy CSVs.
- Clone the project
npm install- Drop all your CSVs into the "static" folder
npm run parse- Open a chrome browser and navigate to chrome://inspect
- Click the link to your node application under "Remote Target"
- Start the application from the console
- Once the parse is complete, navigate to the "source" panel, expand the "Scope" section, right click on the
cleanDatavariable, and select "store as global variable" - Play with your data using JavaScript