Install npm i csvtojson // From CSV File to JSON Array /** csv file a,b,c 1,2,3 4,5,6 */ const csvFilePath=' ' const csv=require('csvtojson') csv() .
確定! 回上一頁