From e33551776cfeb8153ca938494fdc857e74bf5fcb Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Mon, 29 Jul 2019 17:25:42 +0300 Subject: [PATCH] README.md: Update note about unsafe options --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c9d1726..e06b6ff 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ 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 to fix things like invalid multi-value separators ("|"). It's possible that a metadata value could legitimately use "|" but in my experience this is rather always an error where the user meant to enter multiple values for a field, for example Kenya||Tanzania. +You can enable "unsafe fixes" with the `--unsafe-fixes` option. This will attempt to fix things like invalid multi-value separators ("|"). It's possible that a metadata value could legitimately use "|" but in my experience this is rather always an error where the user meant to enter multiple values for a field, for example `Kenya||Tanzania`. ## Todo