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.
31 lines
639 B
JSON
31 lines
639 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"
|
|
}, {
|
|
"name" : "columnNameLineNumber",
|
|
"type" : "INT",
|
|
"value" : 1
|
|
}, {
|
|
"name" : "skipEmptyLines",
|
|
"type" : "BOOLEAN",
|
|
"value" : false
|
|
}, {
|
|
"name" : "skipEmptyColumns",
|
|
"type" : "BOOLEAN",
|
|
"value" : false
|
|
} ]
|
|
} |