1
0
mirror of https://github.com/ilri/csv-metadata-quality.git synced 2024-06-29 09:33:46 +02:00
csv-metadata-quality/csv_metadata_quality
Alan Orth ed5612fbcf
Add column name to output in date checks
This makes it easier to understand where the error is in case a CSV
has multiple date fields, for example:

    Missing date (dc.date.issued).
    Missing date (dc.date.issued[]).

If you have 126 items and you get 126 "Missing date" messages then
it's likely that 100 of the items have dates in one field, and the
others have dates in other field.
2019-08-21 15:31:12 +03:00
..
__init__.py Refactor as package with subpackages 2019-07-26 22:11:10 +03:00
__main__.py csv_metadata_quality/__main__.py: Fix spacing 2019-08-01 23:28:16 +03:00
app.py Add column name to output in date checks 2019-08-21 15:31:12 +03:00
check.py Add column name to output in date checks 2019-08-21 15:31:12 +03:00
fix.py csv_metadata_quality/fix.py: Add more unneccessary Unicode fixes 2019-08-11 00:07:21 +03:00
version.py Version 0.2.1 2019-08-11 10:39:39 +03:00