Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 462 Bytes

File metadata and controls

37 lines (24 loc) · 462 Bytes

Exercise 2

Problem Solving Case

Prerequisites

This project requires NodeJS and NPM. It was developed on NodeJS v18.6.0.

  1. Install project dependencies:
$ npm install
  1. Copy your input csv file to the data folder.

Usage

To generate the required csv files, please run the below command:

$ node index.js your-input-csv-file.csv

Testing

$ npm test

Built With

  • NodeJS
  • lodash
  • csv-parse
  • json2csv
  • mocha