mirror of
https://github.com/ilri/csv-metadata-quality.git
synced 2024-11-13 01:27:08 +01:00
23 lines
786 B
Markdown
23 lines
786 B
Markdown
# CSV Metadata Quality
|
|
A simple but opinionated metadata quality checker and fixer designed to work with CSVs in the DSpace ecosystem.
|
|
|
|
## Checks
|
|
Supports checking the validity of the following metadata elements:
|
|
|
|
- ISSN
|
|
- ISBN
|
|
|
|
## Fixes
|
|
Supports fixing the following metadata issues:
|
|
|
|
- Leading, trailing, and excessive whitespace
|
|
|
|
## Todo
|
|
|
|
- Reporting
|
|
|
|
## License
|
|
This work is licensed under the [GPLv3](https://www.gnu.org/licenses/gpl-3.0.en.html).
|
|
|
|
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](https://tldrlegal.com/license/gnu-general-public-license-v3-(gpl-3)).
|