GSA / project-open-data-dashboard

Project Open Data Dashboard
http://labs.data.gov/dashboard/
Other
139 stars 119 forks source link

difference between the validators? #31

Closed dinali closed 9 years ago

dinali commented 10 years ago

It appears that there's a difference in the validation schemes between the inventory.data.gov validator and data.civicagency.org. The USDA ERS datasets passed the former but not the latter. We had to go back and make additional changes to pass the OMB/GSA review.

philipashlock commented 10 years ago

They're both relying on the same validation schema but using different code to enforce it. However, I think the issue you're noticing is more of a legacy issue from an older release of inventory.data.gov before dataQuality was a field that could be specified.

If we update that record to use the GUI to specify the dataQuality field I think that should address the validation problem (where it's being treated as a string rather than a boolean). I'll ticket that on the issue tracker for inventory.data.gov and sort it out there.

Separately, it looks like there's stricter validation for this field in catalog.data.gov than with the dashboard and I'll ticket that separately.

rebeccawilliams commented 9 years ago

I believe the validator updates have addressed this,