1
0
mirror of https://github.com/ilri/csv-metadata-quality.git synced 2025-01-24 11:13:22 +01:00
Alan Orth 3cf9f9452b
csv_metadata_quality/check.py: Always return field
We always need to return the field back so apply doesn't set it to
null when creating the new data frame.
2019-07-27 01:28:08 +03:00
2019-07-27 00:02:47 +03:00
2019-07-27 00:36:40 +03:00
2019-07-27 00:41:57 +03:00
2019-07-26 22:16:16 +03:00
2019-07-27 00:32:53 +03:00
2019-07-26 23:59:31 +03:00
2019-07-27 00:33:52 +03:00
2019-07-26 23:54:07 +03:00

CSV Metadata Quality builds.sr.ht status

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.

Description
A simple but opinionated metadata quality checker and fixer designed to work with CSVs in the DSpace ecosystem.
Readme 2 MiB
Languages
Python 100%