Skip to content
This repository has been archived by the owner on Apr 24, 2024. It is now read-only.

Latest commit

 

History

History
23 lines (18 loc) · 378 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 378 Bytes

dev-challenge

Class App Dev-challenge

Usage

node app

Read file input2.csv from src folder

node app src\input2.csv 

Read file and save output in another path with custom name

node app src\input2.csv C:\Users\User\Documents\output.json

Save output in another path with custom name

node app -s C:\Users\User\Documents\output.json