1
0
mirror of https://github.com/ilri/csv-metadata-quality.git synced 2024-06-26 16:13:46 +02:00
A simple but opinionated metadata quality checker and fixer designed to work with CSVs in the DSpace ecosystem.
Go to file
2019-07-26 23:49:13 +03:00
csv_metadata_quality csv_metadata_quality/app.py: Add comment 2019-07-26 23:49:13 +03:00
tests tests/test.csv: Add invalid multi-value field separator 2019-07-26 23:48:45 +03:00
LICENSE.txt Add GPLv3 license 2019-07-26 22:16:16 +03:00
Pipfile Add ISSN and ISBN checks using python-stdnum 2019-07-26 23:14:10 +03:00
Pipfile.lock Add ISSN and ISBN checks using python-stdnum 2019-07-26 23:14:10 +03:00
README.md README.md: Add information about checks and fixes 2019-07-26 23:20:16 +03:00

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.

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.