2018-05-23 00:31:45 -04:00
|
|
|
{
|
|
|
|
"name":"dcard",
|
|
|
|
"source":"client_file",
|
|
|
|
"loading_function":"csv",
|
|
|
|
"constraint":[
|
|
|
|
"{Trans. Date}",
|
2018-05-25 02:25:36 -04:00
|
|
|
"{Post Date}",
|
|
|
|
"{Description}"
|
2018-05-23 00:31:45 -04:00
|
|
|
],
|
|
|
|
"schemas":{
|
|
|
|
"default":[
|
|
|
|
{
|
|
|
|
"path":"{Trans. Date}",
|
|
|
|
"type":"date",
|
|
|
|
"column_name":"Trans. Date"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path":"{Post Date}",
|
|
|
|
"type":"date",
|
|
|
|
"column_name":"Post Date"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path":"{Description}",
|
|
|
|
"type":"text",
|
|
|
|
"column_name":"Description"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path":"{Amount}",
|
|
|
|
"type":"numeric",
|
|
|
|
"column_name":"Amount"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path":"{Category}",
|
|
|
|
"type":"text",
|
|
|
|
"column_name":"Category"
|
|
|
|
}
|
|
|
|
],
|
2018-05-25 10:23:43 -04:00
|
|
|
"mapped":[
|
|
|
|
{
|
|
|
|
"path":"{Trans. Date}",
|
|
|
|
"type":"date",
|
|
|
|
"column_name":"Trans. Date"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path":"{Post Date}",
|
|
|
|
"type":"date",
|
|
|
|
"column_name":"Post Date"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path":"{Description}",
|
|
|
|
"type":"text",
|
|
|
|
"column_name":"Description"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path":"{Amount}",
|
|
|
|
"type":"numeric",
|
|
|
|
"column_name":"Amount"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path":"{Category}",
|
|
|
|
"type":"text",
|
|
|
|
"column_name":"Category"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path":"{party}",
|
|
|
|
"type":"text",
|
|
|
|
"column_name":"Party"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"path":"{reason}",
|
|
|
|
"type":"text",
|
|
|
|
"column_name":"Reason"
|
|
|
|
}
|
|
|
|
]
|
2018-05-23 00:31:45 -04:00
|
|
|
}
|
|
|
|
}
|