allow specifying parent-node for data
This commit is contained in:
@@ -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 |
|
Reference in New Issue
Block a user