allow specifying parent-node for data

This commit is contained in:
2023-05-30 16:25:45 +10:00
parent d872cb8517
commit 590d3e3407
2 changed files with 14 additions and 2 deletions

View File

@@ -23,4 +23,5 @@ 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 |
| 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 |