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