1
0
mirror of https://github.com/ilri/csv-metadata-quality.git synced 2024-11-22 05:45:02 +01:00
csv-metadata-quality/csv_metadata_quality
Alan Orth e88d35ace3
csv_metadata_quality/app.py: Use regex in column match
Check for a column that has "issn" or "isbn" in the name rather
than by its explicit name, as the column is dc.identifier.issn now,
but will be cg.issn in the future if CG Core v2 happens.
2019-07-28 17:27:20 +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 csv_metadata_quality/app.py: Use regex in column match 2019-07-28 17:27:20 +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