From 3554c2991f3b966d5362a6c0e0ad5806fd88a86b Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Mon, 29 Jul 2019 12:15:09 +0300 Subject: [PATCH] README.md: Add note about Python version --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 44efe52..2b86968 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # 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 ("||"). Despite the name it does support reading Excel files. -Written and tested using Python 3.7. CSV and Excel support comes from the [Pandas](https://pandas.pydata.org/) library. +Requires Python 3.6 or greater. CSV and Excel support comes from the [Pandas](https://pandas.pydata.org/) library. ## Functionality @@ -44,6 +44,8 @@ To validate and clean a CSV file you must specify input and output files using t $ python -m csv_metadata_quality -i data/test.csv -o /tmp/test.csv ``` +You can enable "unsafe fixes" with the `--unsafe-fixes` option. This will attempt + ## Todo - Reporting / summary