tps/reload/pncc/srce.json
Paul Trowbridge aec0ea5563 pncc source
2018-05-30 08:33:11 -04:00

67 lines
1.7 KiB
JSON

{
"name": "pncc",
"source": "client_file",
"loading_function": "csv",
"constraint": [
"{AsOfDate}"
],
"schemas": {
"default": [
{
"path": "AsOfDate",
"type": "date",
"column_name": "AsOfDate"
},
{
"path": "BankId",
"type": "text",
"column_name": "BankId"
},
{
"path": "AccountNumber",
"type": "text",
"column_name": "AccountNumber"
},
{
"path": "AccountName",
"type": "text",
"column_name": "AccountName"
},
{
"path": "BaiControl",
"type": "text",
"column_name": "BaiControl"
},
{
"path": "Currency",
"type": "text",
"column_name": "Currency"
},
{
"path": "Transaction",
"type": "text",
"column_name": "Transaction"
},
{
"path": "Reference",
"type": "text",
"column_name": "Reference"
},
{
"path": "Amount",
"type": "text",
"column_name": "Amount"
},
{
"path": "Description",
"type": "text",
"column_name": "Description"
},
{
"path": "AdditionalRemittance",
"type": "text",
"column_name": "AdditionalRemittance"
}
]
}
}