Problem Solving Case
This project requires NodeJS and NPM. It was developed on NodeJS v18.6.0.
- Install project dependencies:
$ npm install
- Copy your input csv file to the data folder.
To generate the required csv files, please run the below command:
$ node index.js your-input-csv-file.csv
$ npm test
- NodeJS
- lodash
- csv-parse
- json2csv
- mocha