mirror of
https://github.com/ilri/csv-metadata-quality.git
synced 2025-05-14 16:57:48 +02:00
csv_metadata_quality
data
tests
__init__.py
test_check.py
test_fix.py
.build.yml
.flake8
.travis.yml
LICENSE.txt
Pipfile
Pipfile.lock
README.md
requirements-dev.txt
requirements.txt
In this case it fixes occurences of invalid multi-value separators. DSpace uses "||" to separate multiple values in one field, but our editors sometimes give us files with mistakes like "|". We can fix these to be correct multi-value separators if we are sure that the metadata is not actually using "|" for some legitimate purpose.