Create TableCatalog.json
This commit is contained in:
parent
3069f7e590
commit
e59669bc66
55
Labs/TableCatalog.json
Normal file
55
Labs/TableCatalog.json
Normal file
@ -0,0 +1,55 @@
|
|||||||
|
[
|
||||||
|
{
|
||||||
|
"entityName": "ProductCategory",
|
||||||
|
"translator": {
|
||||||
|
"type": "TabularTranslator",
|
||||||
|
"mappings": [
|
||||||
|
{
|
||||||
|
"source": {
|
||||||
|
"type": "Int32",
|
||||||
|
"ordinal": 1
|
||||||
|
},
|
||||||
|
"sink": {
|
||||||
|
"name": "ProductCategoryID",
|
||||||
|
"physicalType": "UTF8"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"source": {
|
||||||
|
"type": "Int32",
|
||||||
|
"ordinal": 2
|
||||||
|
},
|
||||||
|
"sink": {
|
||||||
|
"name": "Name",
|
||||||
|
"physicalType": "UTF8"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"source": {
|
||||||
|
"type": "Guid",
|
||||||
|
"ordinal": 3
|
||||||
|
},
|
||||||
|
"sink": {
|
||||||
|
"name": "rowguid",
|
||||||
|
"physicalType": "UTF8"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"source": {
|
||||||
|
"type": "DateTime",
|
||||||
|
"ordinal": 4
|
||||||
|
},
|
||||||
|
"sink": {
|
||||||
|
"name": "ModifiedDate",
|
||||||
|
"physicalType": "UTF8"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"typeConversion": true,
|
||||||
|
"typeConversionSettings": {
|
||||||
|
"allowDataTruncation": true,
|
||||||
|
"treatBooleanAsNumber": false
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
Loading…
x
Reference in New Issue
Block a user