frictionlessdata/datapackage-rb

Improve reporting when json table fields are invalid

ldodds opened this issue · 0 comments

Currently a JSON table schema with no name fields can generate output like:

  1. integrity error. #/resources/0/schema/fields
    Declared schema has fields not present in CSV file (,)

Rather than reporting empty fields it should warn that schema is unreadable.