This commit is contained in:
Paul Trowbridge 2018-05-30 00:20:47 -04:00
parent e16a60b9fb
commit 07e5c55f98

View File

@ -5,36 +5,38 @@
"constraint": [ "constraint": [
"{Date}" "{Date}"
], ],
"schema": [ "schemas": {
"default": [
{ {
"key": "Date", "path": "Date",
"type": "date", "type": "date",
"column_name":"Date" "column_name": "Date"
}, },
{ {
"key": "Reference Number", "path": "Reference Number",
"type": "numeric", "type": "numeric",
"column_name":"Reference Number" "column_name": "Reference Number"
}, },
{ {
"key": "Payee Name", "path": "Payee Name",
"type": "text", "type": "text",
"column_name":"Payee Name" "column_name": "Payee Name"
}, },
{ {
"key": "Memo", "path": "Memo",
"type": "text", "type": "text",
"column_name":"Memo" "column_name": "Memo"
}, },
{ {
"key": "Amount", "path": "Amount",
"type": "text", "type": "text",
"column_name":"Amount" "column_name": "Amount"
}, },
{ {
"key": "Category Name", "path": "Category Name",
"type": "text", "type": "text",
"column_name":"Cateogry Name" "column_name": "Cateogry Name"
} }
] ]
}
} }