const csvFilePath='server-apps.csv' const csv=require('csvtojson') csv() .fromFile(csvFilePath) .then((jsonObj)=>{ console.log(JSON.stringify(jsonObj)); })