From 07e5c55f98d800fbca7c954b164b86da2279a05b Mon Sep 17 00:00:00 2001 From: Paul Trowbridge Date: Wed, 30 May 2018 00:20:47 -0400 Subject: [PATCH] reload --- reload/huntdef.json | 66 +++++++++++++++++++++++---------------------- 1 file changed, 34 insertions(+), 32 deletions(-) diff --git a/reload/huntdef.json b/reload/huntdef.json index 306b657..1cf34aa 100644 --- a/reload/huntdef.json +++ b/reload/huntdef.json @@ -5,36 +5,38 @@ "constraint": [ "{Date}" ], - "schema": [ - { - "key": "Date", - "type": "date", - "column_name":"Date" - }, - { - "key": "Reference Number", - "type": "numeric", - "column_name":"Reference Number" - }, - { - "key": "Payee Name", - "type": "text", - "column_name":"Payee Name" - }, - { - "key": "Memo", - "type": "text", - "column_name":"Memo" - }, - { - "key": "Amount", - "type": "text", - "column_name":"Amount" - }, - { - "key": "Category Name", - "type": "text", - "column_name":"Cateogry Name" - } - ] + "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" + } + ] + } } \ No newline at end of file