You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
39 lines
721 B
JSON
39 lines
721 B
JSON
{
|
|
"name": "connect-features",
|
|
"restApi": true,
|
|
"configKey": "connect-features",
|
|
"payloadType": "EXCEL",
|
|
"config": [
|
|
{
|
|
"name": "file",
|
|
"type": "FILE",
|
|
"value": "connect-features.xlsx"
|
|
},
|
|
{
|
|
"name": "columnNames",
|
|
"type": "STRING",
|
|
"value": ""
|
|
},
|
|
{
|
|
"name": "sqlStatement",
|
|
"type": "STRING",
|
|
"value": "select * from features where default in (${default})"
|
|
},
|
|
{
|
|
"name": "columnNameLineNumber",
|
|
"type": "INT",
|
|
"value": 1
|
|
},
|
|
{
|
|
"name": "skipEmptyLines",
|
|
"type": "BOOLEAN",
|
|
"value": false
|
|
},
|
|
{
|
|
"name": "skipEmptyColumns",
|
|
"type": "BOOLEAN",
|
|
"value": false
|
|
}
|
|
]
|
|
}
|