node-csvtojson
node-csvtojson copied to clipboard
Raise error when column type does not match
How can I raise an error when a column's type does not match? I am using the checkType flag, but when I pass a value like 5/34 to number type column, I get back 5, but what am expecting is an error.