frictionlessdata / tableschema-js

A JavaScript library for working with Table Schema.
http://frictionlessdata.io/
MIT License
82 stars 27 forks source link

Cannot get all errors on read #113

Closed anuveyatsu closed 6 years ago

anuveyatsu commented 6 years ago

I am trying to get all TableSchemaErrors when reading a file, however, I can only get the first one. A strict option is set to false so I expect it to collect all errors instead of just stopping on the first one:

https://runkit.com/anuveyatsu/cannot-get-all-errors

Any suggestion would be helpful and I can do PR if necessary.

roll commented 6 years ago

MERGED

112

Thanks.