node-csvtojson
node-csvtojson copied to clipboard
colParser giving error by passing undefined.
colParser?: { [key: string]: string | CellParser | ColumnParam; } | undefined
This is the colParser type and if I pass the undefined in colParser it take some times and return me error and does not parse anything.
Can you please tell me how can I pass undefined or skip colParser is not defined in function args?