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 884e8f970d
csv_metadata_quality/check.py: Simplify AGROVOC check
I recycled this code from a separate agrovoc-lookup.py script that
checks lines in a text file to see if they are valid AGROVOC terms
or not. There I was concerned about skipping comments or something
I think, but we don't need to check that here. We simply check the
term that is in the field and inform the user if it's valid or not.
2019-08-21 16:35:29 +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 csv_metadata_quality/check.py: Simplify AGROVOC check 2019-08-21 16:35:29 +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