From 69e3b24dcd06357bf43ac49217bfeb4c1732cdfe Mon Sep 17 00:00:00 2001 From: MarcoBousseau Date: Wed, 27 Jul 2022 15:19:25 +0200 Subject: [PATCH] docs: update readme with new feat --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2258f88..7ad838e 100644 --- a/README.md +++ b/README.md @@ -123,6 +123,8 @@ Options: -f, --force Overwrite existing files -fi, --format_in TEXT File format of the input (csv, json). [required] -fo, --format_out TEXT File format of the output (csv, json). + -s, --file_sep File separator (csv). + -S, --select TEXT Path to file with columns to keep. -D, --delete PATH Path to file with columns to delete. -sD, --dataColumn TEXT Path to file with columns and data to keep.