ImperialCollegeLondon / safedata_validator

Python tools to validate and publish datasets using the safedata metadata format.
https://safedata-validator.readthedocs.io/
MIT License
2 stars 4 forks source link

Taxon sheet does not have complete validation of field headers #53

Closed jacobcook1995 closed 1 year ago

jacobcook1995 commented 1 year ago

The taxon sheet doesn't validate all field headers, so if a header is misspelled (e.g. "ParentName" rather than "Parent Name"), every field for that header will be marked as incomplete.

Both taxon sheets should check for complete and correct headers - although the parent headers aren't mandatory, they should all be there if one is.

The docs should also be updated to explain this.