... | ... | @@ -28,7 +28,8 @@ By default, two backups configurations are defined, a merged document file conta |
|
|
{"field2": "new_field_2"},
|
|
|
{"field3": "new_field_3"}
|
|
|
],`
|
|
|
- `split:` Use this to split the output into multiple files based on one of the columns in the output. Use the display name defined in the header section if you defined one, otherwise use the PowerQuery field name.
|
|
|
- `split:` Use this to split the output into multiple files based on one of the columns in the output. Use the display name defined in the header section if you defined one, otherwise use the PowerQuery field name. This is defined using a list format, like so: `
|
|
|
"split": [ "school_abbreviation", "grade_level" ]`
|
|
|
- `google:` _(Optional)_ Use this to configure your the file properties if you will be uploading the documents to Google Drive.
|
|
|
- `file:` Define the file name here. If you used a split, the value in the column(s) you are splitting on will be prepended to the file name.
|
|
|
- `sheet:` _(Only if type of "sheet")_ Name of the tab for the sheet in the file to insert the data.
|
... | ... | |