Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 312 Bytes

File metadata and controls

22 lines (15 loc) · 312 Bytes

node_csvTojson

To download CSV file from url and convert it to JSON.

Requirements:

csvtojson
request

Install:

  1. npm init -y
  2. npm i csvtojson
  3. npm i request

Get Started:

run: node index.js

the files will be stored in files folder.