You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Following config is not working properly when setting the output to csv
constcsvtojson=require('csvtojson');csvtojson({noheader: true,output: 'csv',ignoreEmpty: true,checkType: true,}).fromFile(xxx).then((rowData)=>{// rowData still contains empty value(empty string) and all data is string format// however if switched to json output everything works fine})
The text was updated successfully, but these errors were encountered:
Following config is not working properly when setting the output to
csv
The text was updated successfully, but these errors were encountered: