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": [
|
|
|
|
{
|
2018-05-30 23:58:35 -04:00
|
|
|
"path": "{Date}",
|
2018-05-30 00:20:47 -04:00
|
|
|
"type": "date",
|
|
|
|
"column_name": "Date"
|
|
|
|
},
|
|
|
|
{
|
2018-05-30 23:58:35 -04:00
|
|
|
"path": "{Reference Number}",
|
2018-05-30 00:20:47 -04:00
|
|
|
"type": "numeric",
|
|
|
|
"column_name": "Reference Number"
|
|
|
|
},
|
|
|
|
{
|
2018-05-30 23:58:35 -04:00
|
|
|
"path": "{Payee Name}",
|
2018-05-30 00:20:47 -04:00
|
|
|
"type": "text",
|
|
|
|
"column_name": "Payee Name"
|
|
|
|
},
|
|
|
|
{
|
2018-05-30 23:58:35 -04:00
|
|
|
"path": "{Memo}",
|
2018-05-30 00:20:47 -04:00
|
|
|
"type": "text",
|
|
|
|
"column_name": "Memo"
|
|
|
|
},
|
|
|
|
{
|
2018-05-30 23:58:35 -04:00
|
|
|
"path": "{Amount}",
|
|
|
|
"type": "numeric",
|
2018-05-30 00:20:47 -04:00
|
|
|
"column_name": "Amount"
|
|
|
|
},
|
|
|
|
{
|
2018-05-30 23:58:35 -04:00
|
|
|
"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
|
|
|
}
|