mirror of
https://github.com/ilri/csv-metadata-quality.git
synced 2025-06-25 17:28:25 +02:00
99f00fcb85258828b8b91530aad7dff7ce5e722b
CSV Metadata Quality 
A simple but opinionated metadata quality checker and fixer designed to work with CSVs in the DSpace ecosystem. Supports multi-value fields using the standard DSpace value separator ("||").
Written and tested using Python 3.7.
Checks
Supports checking the validity of the following metadata elements:
- ISSN
- ISBN
- Multi-value separators
Fixes
Supports fixing the following metadata issues:
- Leading, trailing, and excessive whitespace
Todo
- Reporting / summary
- Real logging
License
This work is licensed under the GPLv3.
The license allows you to use and modify the work for personal and commercial purposes, but if you distribute the work you must provide users with a means to access the source code for the version you are distributing. Read more about the GPLv3 at TL;DR Legal.
Languages
Python
100%