Update config json parameters authored by Rich Moeller's avatar Rich Moeller
...@@ -16,7 +16,7 @@ By default, two backups configurations are defined, a merged document file conta ...@@ -16,7 +16,7 @@ By default, two backups configurations are defined, a merged document file conta
- `type:` Enter either `"mergedoc"` or `"sheet"` to define the type of export. - `type:` Enter either `"mergedoc"` or `"sheet"` to define the type of export.
- `"mergedoc"` will create a document with a page for each row of data from the PowerQuery using the DOCX template. The template file uses standard Mail Merge syntax. - `"mergedoc"` will create a document with a page for each row of data from the PowerQuery using the DOCX template. The template file uses standard Mail Merge syntax.
- `"sheet"` will create a spreadsheet with the data from the query. - `"sheet"` will create a spreadsheet with the data from the query.
- `template:` (Only if type of `"mergedoc"`) Name of the DOCX file containing the template for creating the merged documents. - `template:` (Only if type of `"mergedoc"`) Name of the DOCX file containing the template for creating the merged documents. [Creating a mergedoc template.](home/config-json-parameters/mergedoc-template)
- `powerschool:` Here you will define which query to run and any arguments - `powerschool:` Here you will define which query to run and any arguments
- `query:` Use this section to select and define options for the PowerQuery. - `query:` Use this section to select and define options for the PowerQuery.
- `name:` Enter the query name from the PowerQuery here (for example `"org.psugIL.PowerSchool.Backup.studentsFull"`) - `name:` Enter the query name from the PowerQuery here (for example `"org.psugIL.PowerSchool.Backup.studentsFull"`)
... ...
......