1
0
mirror of https://github.com/ilri/csv-metadata-quality.git synced 2024-06-29 01:23:45 +02:00
csv-metadata-quality/csv_metadata_quality
Alan Orth 196bb434fa
Add date validation
I'm only concerned with validating issue dates here. In DSpace they
are generally always YYYY, YYY-MM, or YYYY-MM-DD (though in theory
they could be any valid ISO8601 format).

This also checks for cases where the date is missing and where the
metadata has specified multiple dates like "1990||1991", as this is
valid, but there is no practical value for it in our system.
2019-07-28 16:11:36 +03:00
..
__init__.py Refactor as package with subpackages 2019-07-26 22:11:10 +03:00
__main__.py Main function should be "main()" 2019-07-27 23:09:16 +03:00
app.py Add date validation 2019-07-28 16:11:36 +03:00
check.py Add date validation 2019-07-28 16:11:36 +03:00
fix.py Make output less debuggy 2019-07-27 09:21:13 +03:00