node-csvtojson
node-csvtojson copied to clipboard
maxRowLength not throwing error?
I am just testing out how the library handles errors.
I can't seem to get it to throw an error with maxRowLength exceeded.
https://codesandbox.io/s/csvtojson-max-row-length-24v2w
maxRowLength = 4...
Drop this in and it doesn't throw any errors:
test1, test2
1,2
3,4
5,6
6,7
8,9
3,4
5,6
6,7
8,9
I should have just checked it on your demo before setting up the codesandbox, it also doesn't throw any errors there.
https://csv.keyangxiang.com/
