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
618 B
JSON
31 lines
618 B
JSON
{
|
|
"name" : "Accounts",
|
|
"restApi" : true,
|
|
"configKey" : "accounts",
|
|
"payloadType" : "EXCEL",
|
|
"config" : [ {
|
|
"name" : "file",
|
|
"type" : "FILE",
|
|
"value" : "master_data.xlsx"
|
|
}, {
|
|
"name" : "columnNames",
|
|
"type" : "STRING",
|
|
"value" : ""
|
|
}, {
|
|
"name" : "sqlStatement",
|
|
"type" : "STRING",
|
|
"value" : "select * from accounts"
|
|
}, {
|
|
"name" : "columnNameLineNumber",
|
|
"type" : "INT",
|
|
"value" : 1
|
|
}, {
|
|
"name" : "skipEmptyLines",
|
|
"type" : "BOOLEAN",
|
|
"value" : false
|
|
}, {
|
|
"name" : "skipEmptyColumns",
|
|
"type" : "BOOLEAN",
|
|
"value" : false
|
|
} ]
|
|
} |