update target source schema sample

This commit is contained in:
Paul Trowbridge 2018-12-02 01:10:34 -05:00
parent cf06d241d7
commit 43f9bb2d10

View File

@ -7,8 +7,10 @@
"{Post Date}", "{Post Date}",
"{Description}" "{Description}"
], ],
"schemas": { "schemas": [
"default": [ {
"name": "default",
"columns": [
{ {
"path": "{Trans. Date}", "path": "{Trans. Date}",
"type": "date", "type": "date",
@ -34,8 +36,11 @@
"type": "text", "type": "text",
"column_name": "Category" "column_name": "Category"
} }
], ]
"mapped": [ },
{
"name": "mapped",
"columns": [
{ {
"path": "{Trans. Date}", "path": "{Trans. Date}",
"type": "date", "type": "date",
@ -73,4 +78,5 @@
} }
] ]
} }
]
} }