node-csvtojson icon indicating copy to clipboard operation
node-csvtojson copied to clipboard

Raise error when column type does not match

Open arvindkhadri opened this issue 5 years ago • 0 comments

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.

arvindkhadri avatar Apr 23 '20 14:04 arvindkhadri