This repo holds code for the csv normalizer. The repo name was randomly generated by github and I thought it was funny.
To build the application, you need to install node.js and run the following commands:
npm install
npm run test
npm run lint
npm start < $mycsvfile
or
node index.js < $mycsvfile