Skip to content

islamshaheb/Working-with-.csv-file-using-NodeJs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

For running this code you need to install Node Js in your machine. For installing NodeJs in your local machine Just go this Website and download and install it..

After installation you need to download this full repo in your local machine. If you do not want to clone/download full repo then just download these two files from them in same directory.

  1. app.js
  2. input.csv

Then open command prompt(terminal) in same directory where you stored those two files. Now,install those packeges:

  1. npm init -y
  2. npm install csvtojson json2csv --save
  3. npm i convert-array-to-csv -S
  4. npm install csv-parser

Now. write node app.js and hit enter. Done. Code Has been executed.See the output

About

Javascript program to find out all volunteers who came in the same shift from a CSV file and show the result in CSV file.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published