From 4e6225c0a9630365f1b1f9d4f1d8126a2e4ee2c4 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Sun, 28 Jul 2019 18:38:36 +0300 Subject: [PATCH] README.md: Add note about Excel files --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7012ae3..3cb3c2a 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # CSV Metadata Quality [![builds.sr.ht status](https://builds.sr.ht/~alanorth/csv-metadata-quality.svg)](https://builds.sr.ht/~alanorth/csv-metadata-quality?) -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 ("||"). +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 ("||"). Despite the name it does support reading Excel files. Written and tested using Python 3.7.