From df1087b26ff2c92068a024dddd99b95db845bfe2 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Fri, 26 Jul 2019 23:50:41 +0300 Subject: [PATCH] README.md: Improve introduction, checks, and todo --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 401bae6..f2683f7 100644 --- a/README.md +++ b/README.md @@ -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).