import csv from 'csvtojson'; const csvFilePath='<path to csv file>'; csv() .fromFile(csvFilePath) .on('json',(jsonObj)=>{ // combine csv ...
確定! 回上一頁