Keyang / node-csvtojson

Blazing fast and Comprehensive CSV Parser for Node.JS / Browser / Command Line.
MIT License
2.02k stars 270 forks source link

colParser giving error by passing undefined. #481

Open manavo2h opened 1 year ago

manavo2h commented 1 year ago

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?