1
0
mirror of https://github.com/ilri/csv-metadata-quality.git synced 2025-05-20 11:03:26 +02:00

README.md: Improve introduction, checks, and todo

This commit is contained in:
2019-07-26 23:50:41 +03:00
parent 84c3b17678
commit df1087b26f

View File

@ -1,11 +1,14 @@
# CSV Metadata Quality
A simple but opinionated metadata quality checker and fixer designed to work with CSVs in the DSpace ecosystem.
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:
@ -14,7 +17,8 @@ Supports fixing the following metadata issues:
## Todo
- Reporting
- Reporting / summary
- Real logging
## License
This work is licensed under the [GPLv3](https://www.gnu.org/licenses/gpl-3.0.en.html).