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

42 lines
1.0 KiB
JSON
Raw Permalink Normal View History

2018-05-29 23:47:24 -04:00
{
"name": "hunt",
"source": "client_file",
"loading_function": "csv",
"constraint": [
"{Date}"
],
2018-05-30 00:20:47 -04:00
"schemas": {
"default": [
{
"path": "{Date}",
2018-05-30 00:20:47 -04:00
"type": "date",
"column_name": "Date"
},
{
"path": "{Reference Number}",
2018-05-30 00:20:47 -04:00
"type": "numeric",
"column_name": "Reference Number"
},
{
"path": "{Payee Name}",
2018-05-30 00:20:47 -04:00
"type": "text",
"column_name": "Payee Name"
},
{
"path": "{Memo}",
2018-05-30 00:20:47 -04:00
"type": "text",
"column_name": "Memo"
},
{
"path": "{Amount}",
"type": "numeric",
2018-05-30 00:20:47 -04:00
"column_name": "Amount"
},
{
"path": "{Category Name}",
2018-05-30 00:20:47 -04:00
"type": "text",
"column_name": "Cateogry Name"
}
]
}
2018-05-29 23:47:24 -04:00
}