1
0
mirror of https://github.com/ilri/csv-metadata-quality.git synced 2024-06-25 23:53:45 +02:00
csv-metadata-quality/tests
Alan Orth 40e77db713
Add "unsafe fixes" runtime option
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.
2019-07-28 22:53:39 +03:00
..
__init__.py Add initial tests 2019-07-27 00:36:40 +03:00
test_check.py Fix whitespace errors found by flake8 2019-07-28 17:47:28 +03:00
test_fix.py Add "unsafe fixes" runtime option 2019-07-28 22:53:39 +03:00