frictionlessdata / datapackage-js

A JavaScript library for working with Data Package.
http://frictionlessdata.io/
MIT License
43 stars 15 forks source link

Issue with co2-pmm datapackage with raiseInvalid is false #53

Closed roll closed 7 years ago

roll commented 7 years ago

Overview

https://raw.githubusercontent.com/frictionlessdata/dpr-js/gh-pages/fixtures/dp3/datapackage.json

I am getting Wrong type for header error even if I set raiseInvalid to false.

roll commented 7 years ago

@dumyan I had no time to analyze it. Please take a look and estimate when you'll be having time.

dumyan commented 7 years ago

@roll

this question is related to jts.Table. The datapackage doesn't contain any errors and the Wrong type for header error is shown when using table.read and table.iter.

roll commented 7 years ago

@dumyan Thanks. I'll investigate it on table schema level on the next iteration.