From 55f3196c4b3e343a573a93c59e557cd076236dd0 Mon Sep 17 00:00:00 2001 From: Nathan Coad Date: Tue, 30 May 2023 13:35:35 +1000 Subject: [PATCH] update doc --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f0ad8e2..8216197 100644 --- a/README.md +++ b/README.md @@ -17,5 +17,9 @@ It expects that the json input is formatted as an object containing an array of ## Advanced configuration -Advanced settings can be provided via a top level json key named "config". Below are options that can be set via this config key: -- key-order \ No newline at end of file +Advanced settings can be provided via a top level json key named "config". Here is a table of options that can be set via this config key. +| Key | Example Value | Description | +|---------------|---------------|---------------------------| +| key-order | "Column3,Column1,Column2"| Comma separated list of column names in the desired order | +| overwrite-file | true | Boolean indicating whether output file should be overwritten if it already exists | +- \ No newline at end of file