1
0
mirror of https://github.com/ilri/csv-metadata-quality.git synced 2024-06-26 16:13:46 +02:00
csv-metadata-quality/csv_metadata_quality
Alan Orth 6ba16d5d4c
csv_metadata_quality/check.py: Fix duplicate checker
Fix the incorrect type field regex, and improve the title regex to
consider dcterms.title and dc.title (along with the DSpace language
variants like dc.title[en_US]), but ignore dc.title.alternative.

See: https://regex101.com/r/I4m06F/1
2021-10-06 19:32:40 +03:00
..
__init__.py Refactor as package with subpackages 2019-07-26 22:11:10 +03:00
__main__.py Add SPDX short license identifier to all Python files 2021-03-19 16:04:40 +02:00
app.py csv_metadata_quality/app.py: Don't crash if fields are missing 2021-03-21 19:47:29 +02:00
check.py csv_metadata_quality/check.py: Fix duplicate checker 2021-10-06 19:32:40 +03:00
experimental.py csv_metadata_quality/experimental.py: Adjust citation match 2021-10-06 16:13:10 +03:00
fix.py Add SPDX short license identifier to all Python files 2021-03-19 16:04:40 +02:00
util.py Add SPDX short license identifier to all Python files 2021-03-19 16:04:40 +02:00
version.py Add SPDX short license identifier to all Python files 2021-03-19 16:04:40 +02:00