reload
This commit is contained in:
		
							parent
							
								
									e16a60b9fb
								
							
						
					
					
						commit
						07e5c55f98
					
				| @ -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" | ||||||
|             } |             } | ||||||
|         ] |         ] | ||||||
|     } |     } | ||||||
|  | } | ||||||
		Loading…
	
		Reference in New Issue
	
	Block a user