fix json keys

This commit is contained in:
2023-05-31 11:51:04 +10:00
parent 482e5deb6e
commit c91d38f96c
2 changed files with 7 additions and 7 deletions

View File

@@ -22,6 +22,6 @@ Advanced settings can be provided via a top level json key named "config". Here
| 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 |
| parent-node | "results" | Specify an alternate starting key for the spreadsheet data than just the first non-config key. Useful with json structures with multiple top-level keys |
| keyOrder | "Column3,Column1,Column2"| Comma separated list of column names in the desired order |
| overwriteFile | true | Boolean indicating whether output file should be overwritten if it already exists |
| parentNode | "results" | Specify an alternate starting key for the spreadsheet data than just the first non-config key. Useful with json structures with multiple top-level keys |