hubmapconsortium / antibody-api

API for the Antibody DB.
https://avr.hubmapconsortium.org/
0 stars 0 forks source link

Validate all required fields and content in the csv at import #28

Closed shirey closed 2 years ago

shirey commented 2 years ago

The user will be given an error message and required to fix their csv file if:

mccalluc commented 2 years ago

The metadata TSV validation is based on https://specs.frictionlessdata.io/table-schema/ and we have been pretty happy with it. I don't know if there are constraints you'd like to apply beyond required field checks; May be overkill.