update target source schema sample
This commit is contained in:
parent
cf06d241d7
commit
43f9bb2d10
@ -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 @@
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
]
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user