tps/reload/hunt/srce.json
2018-05-30 23:26:33 -04:00

42 lines
1.0 KiB
JSON

{
"name": "hunt",
"source": "client_file",
"loading_function": "csv",
"constraint": [
"{Date}"
],
"schemas": {
"default": [
{
"path": "Date",
"type": "date",
"column_name": "Date"
},
{
"path": "Reference Number",
"type": "numeric",
"column_name": "Reference Number"
},
{
"path": "Payee Name",
"type": "text",
"column_name": "Payee Name"
},
{
"path": "Memo",
"type": "text",
"column_name": "Memo"
},
{
"path": "Amount",
"type": "text",
"column_name": "Amount"
},
{
"path": "Category Name",
"type": "text",
"column_name": "Cateogry Name"
}
]
}
}