Skip to content

conversion of csv to chip-0007 compatible format, hashing each entry with sha256 encryption and appending to the json file...

Notifications You must be signed in to change notification settings

Solomonsolomonsolomon/hngi9task2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hngi9task2

JavaScript code that converts csv file to json data, hashes the json data using the sha256 harsher and appends the harshed data to an output csv file(output.csv) conversion of csv to chip-0007 compatible format, hashing each entry with sha256 encryption and appending to the json file...

fs module

built in module that uses the .createReadStream method JavaScript code that converts csv file to json data, hashes the json data using the sha256 harsher and appends the harshed data to an output csv file(output.csv)

Run Locally

Clone the project

 https://github.com/Solomonsolomonsolomon/hngi9task2.git

Go to the project directory

Install dependencies

  npm install 

Running Program

Make your sure the "output.csv" file exists and is empty

node server or npm run dev OR click the run icon on your IDE

Your output will be in the "output.csv" file

Author

solomon Emmanuel

About

conversion of csv to chip-0007 compatible format, hashing each entry with sha256 encryption and appending to the json file...

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published