Update config json parameters authored by Rich Moeller's avatar Rich Moeller
...@@ -18,7 +18,7 @@ By default, two backups configurations are defined, a merged document file conta ...@@ -18,7 +18,7 @@ By default, two backups configurations are defined, a merged document file conta
- `folder:` After sharing the Google Drive folder with the API service account, get the sharable link. The Folder ID is found in the URL. This is everything that comes after `“folder/”` in the URL. For example, if the URL was `“https://drive.google.com/drive/folders/1dyUEebJaFnWa3Z4n0BFMVAXQ7mfUH11g”`, then the Folder ID would be `“1dyUEebJaFnWa3Z4n0BFMVAXQ7mfUH11g”`. - `folder:` After sharing the Google Drive folder with the API service account, get the sharable link. The Folder ID is found in the URL. This is everything that comes after `“folder/”` in the URL. For example, if the URL was `“https://drive.google.com/drive/folders/1dyUEebJaFnWa3Z4n0BFMVAXQ7mfUH11g”`, then the Folder ID would be `“1dyUEebJaFnWa3Z4n0BFMVAXQ7mfUH11g”`.
- `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. - `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. - `sheet:` _(Only if type of "sheet")_ Name of the tab for the sheet in the file to insert the data.
- `clear:` _(Only if type of "sheet")_ Boolean true or false if the sheet should be cleared prior to upload. - `clear:` _(Only if type of "sheet")_ Boolean true or false if the sheet should be cleared prior to upload. _Note: Do not surround true or false with quotation marks here._
- `ref:` _(Only if type of "sheet")_ Enter the cell reference to begin inserting the data in the sheet. Normally "A1". - `ref:` _(Only if type of "sheet")_ Enter the cell reference to begin inserting the data in the sheet. Normally "A1".
- `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.
- `output:` Name of the DOCX (for type of `"mergedoc"`) or XLSX (for type of `"sheet"`) file for the file output. - `output:` Name of the DOCX (for type of `"mergedoc"`) or XLSX (for type of `"sheet"`) file for the file output.
... ...
......