frictionlessdata / tableschema-js

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

Option to ignore mismatch in column count #149

Open lucas-coelho opened 6 years ago

lucas-coelho commented 6 years ago

The TableSchemaError

The row with X values does not match the Y fields in the schema` 

couldn't be ignored with the optionrelax_column_count: true ?