NodeJS Parser just for the test
- Make zip decomprecion ✔
- Creat JSON file ✔
- Read decompresed CSV file ✔
- Pars all the data and put it to the JSON file ✔🤦♂️
- Remove CSV file ✔
- Make a cicle ✔
- When all CSV files are parsed send a message: DONE! ✔
- Instale lates stable NodeJS version: https://nodejs.org/en/
- Download repository
- Using terminal navigate to the project folder
- run
npm installcommand - Put Ziped CSV files to the original_zips folder
- run
node app.jscommand