parse-csv
parse-csv copied to clipboard
Support ignoreMissingColumns option
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.