tps/database/deploy/reload/pncc/srce.json

67 lines
1.7 KiB
JSON
Raw Permalink Normal View History

2018-05-30 08:33:11 -04:00
{
2018-05-30 09:48:30 -04:00
"name": "PNCC",
2018-05-30 08:33:11 -04:00
"source": "client_file",
"loading_function": "csv",
"constraint": [
"{AsOfDate}"
],
"schemas": {
"default": [
{
2018-05-30 09:48:30 -04:00
"path": "{AsOfDate}",
2018-05-30 08:33:11 -04:00
"type": "date",
"column_name": "AsOfDate"
},
{
2018-05-30 09:48:30 -04:00
"path": "{BankId}",
2018-05-30 08:33:11 -04:00
"type": "text",
"column_name": "BankId"
},
{
2018-05-30 09:48:30 -04:00
"path": "{AccountNumber}",
2018-05-30 08:33:11 -04:00
"type": "text",
"column_name": "AccountNumber"
},
{
2018-05-30 09:48:30 -04:00
"path": "{AccountName}",
2018-05-30 08:33:11 -04:00
"type": "text",
"column_name": "AccountName"
},
{
2018-05-30 09:48:30 -04:00
"path": "{BaiControl}",
2018-05-30 08:33:11 -04:00
"type": "text",
"column_name": "BaiControl"
},
{
2018-05-30 09:48:30 -04:00
"path": "{Currency}",
2018-05-30 08:33:11 -04:00
"type": "text",
"column_name": "Currency"
},
{
2018-05-30 09:48:30 -04:00
"path": "{Transaction}",
2018-05-30 08:33:11 -04:00
"type": "text",
"column_name": "Transaction"
},
{
2018-05-30 09:48:30 -04:00
"path": "{Reference}",
2018-05-30 08:33:11 -04:00
"type": "text",
"column_name": "Reference"
},
{
2018-05-30 09:48:30 -04:00
"path": "{Amount}",
2018-05-30 08:33:11 -04:00
"type": "text",
"column_name": "Amount"
},
{
2018-05-30 09:48:30 -04:00
"path":"{Description}",
2018-05-30 08:33:11 -04:00
"type": "text",
"column_name": "Description"
},
{
2018-05-30 09:48:30 -04:00
"path": "{AdditionalRemittance}",
2018-05-30 08:33:11 -04:00
"type": "text",
"column_name": "AdditionalRemittance"
}
]
}
}