mirror of
https://github.com/ilri/csv-metadata-quality.git
synced 2024-11-22 22:05:03 +01:00
README.md: Improve introduction, checks, and todo
This commit is contained in:
parent
84c3b17678
commit
df1087b26f
@ -1,11 +1,14 @@
|
|||||||
# CSV Metadata Quality
|
# 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
|
## Checks
|
||||||
Supports checking the validity of the following metadata elements:
|
Supports checking the validity of the following metadata elements:
|
||||||
|
|
||||||
- ISSN
|
- ISSN
|
||||||
- ISBN
|
- ISBN
|
||||||
|
- Multi-value separators
|
||||||
|
|
||||||
## Fixes
|
## Fixes
|
||||||
Supports fixing the following metadata issues:
|
Supports fixing the following metadata issues:
|
||||||
@ -14,7 +17,8 @@ Supports fixing the following metadata issues:
|
|||||||
|
|
||||||
## Todo
|
## Todo
|
||||||
|
|
||||||
- Reporting
|
- Reporting / summary
|
||||||
|
- Real logging
|
||||||
|
|
||||||
## License
|
## License
|
||||||
This work is licensed under the [GPLv3](https://www.gnu.org/licenses/gpl-3.0.en.html).
|
This work is licensed under the [GPLv3](https://www.gnu.org/licenses/gpl-3.0.en.html).
|
||||||
|
Loading…
Reference in New Issue
Block a user