jonschlinkert / parse-csv

CSV parser for node.js
MIT License
15 stars 4 forks source link

Support ignoreMissingColumns option #8

Open davebenvenuti opened 6 years ago

davebenvenuti commented 6 years ago

Adds support for better handling malformed csv data with a ignoreMissingColumns option. If true, missing columns will be populated with empty strings rather than throwing an exception.