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

Check for padding in summary titles #126

Closed davidorme closed 5 months ago

davidorme commented 5 months ago

At the moment, whitespace padding in Summary table tags may not be explicitly checked. That leads to confusing error messages like Funding link not found, when Funding link (note terminal space!) is present.

We should check for padding and have that generate an error, but then strip padding for the rest of processing of the Summary table.