Data validation as a service. Project retired, got to the current one at frictionsless/repository
GNU Affero General Public License v3.0
69
stars
16
forks
source link
try.goodtables.io should accept a zipped Data Package #298
Open
vitorbaptista opened 6 years ago
For example, it should be possible to validate https://github.com/vitorbaptista/birmingham_schools by passing it the ZIP export URL (https://github.com/vitorbaptista/birmingham_schools/archive/master.zip). Currently it fails, see https://try.goodtables.io/?source=https%3A%2F%2Fgithub.com%2Fvitorbaptista%2Fbirmingham_schools%2Farchive%2Fmaster.zip&apiJobId=a5e7794c-17fa-11e8-a223-0242ac110008
The problem is that
goodtables-py
doesn't accept a zipped data package, so the solution is to enable things likegoodtables mydatapackage.zip
.