Advertisement
Guest User

Untitled

a guest
Jun 16th, 2019
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. "timestamp","firstName","lastName","range","sName","location"
  2. "2019/03/08 12:53:47 pm GMT-4","Hi","Y'A","25-34","Parlour",""
  3.  
  4. const csv=require('csvtojson');
  5. csv()
  6. .fromFile(csvFilePath)
  7. .then((jsonObj)=>{
  8. console.log(jsonObj)
  9. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement