forked from StackStorm-Exchange/stackstorm-excel
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.schema.yaml
More file actions
executable file
·31 lines (31 loc) · 832 Bytes
/
config.schema.yaml
File metadata and controls
executable file
·31 lines (31 loc) · 832 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
---
excel_file:
description: "Path and filename to excel file"
type: "string"
secret: false
required: false
default: ""
key_column:
description: "Column in the spreadsheet that contains the key field"
type: "integer"
secret: false
required: true
default: 1
variable_name_row:
description: "Row in the spreadsheet that contains the variables names"
type: "integer"
secret: false
required: true
default: 1
lock_file_retries:
description: "Number of times to retry to open a the excel file for edits"
type: "integer"
secret: false
required: true
default: 3
lock_file_delay:
description: "Delay in seconds between attempts to read a file that was previously locked"
type: "integer"
secret: false
required: true
default: 1