共用方式為


TabularTranslator interface

複製活動表格式翻譯工具。

Extends

屬性

collectionReference

要進行交叉套用之巢狀陣列的 JSON 路徑。 Type:object (或 Expression with resultType 物件)。

columnMappings

數據行對應。 範例:“UserId:MyUserId、Group:MyGroup、Name: MyName” Type:string(或 expression with resultType string)。 這個屬性將會淘汰。 請使用對應屬性。

mapComplexValuesToString

是否要將複雜 (陣列和物件) 值對應至 json 格式的簡單字串。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。

mappings

具有邏輯類型的數據行對應。 表格式->表格式範例:[{“source”:{“name”:“CustomerName”,“type”:“String”},“sink”:{“name”:“ClientName”,“type”:“String”}},{“source”:{“name”:“CustomerAddress”,“type”:“String”},“sink”:{“name”:“ClientAddress”,“type”:“String”}}]。 階層式>表格式範例:[{“source”:{“path”:“$。CustomerName“,”type“:”String“},”sink“:{”name“:”ClientName“,”type“:”String“}},{”source“:{”path“:”$.CustomerAddress“,”type“:”String“},”sink“:{”name“:”ClientAddress“,”type“:”String“}}]。 Type:object (或 Expression with resultType 物件)。

schemaMapping

表格式數據和階層式數據之間的架構對應。 範例: {“Column1”: “$.Column1“、”Column2“: ”$.Column2.Property1“, ”Column3“: ”$.Column2.Property2“}。 Type:object (或 Expression with resultType 物件)。 這個屬性將會淘汰。 請使用對應屬性。

type

多型歧視性,指定這個物件可以是的不同類型

typeConversion

是否要在複製活動中啟用進階類型轉換功能。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。

typeConversionSettings

類型轉換設定

屬性詳細資料

collectionReference

要進行交叉套用之巢狀陣列的 JSON 路徑。 Type:object (或 Expression with resultType 物件)。

collectionReference?: any

屬性值

any

columnMappings

數據行對應。 範例:“UserId:MyUserId、Group:MyGroup、Name: MyName” Type:string(或 expression with resultType string)。 這個屬性將會淘汰。 請使用對應屬性。

columnMappings?: any

屬性值

any

mapComplexValuesToString

是否要將複雜 (陣列和物件) 值對應至 json 格式的簡單字串。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。

mapComplexValuesToString?: any

屬性值

any

mappings

具有邏輯類型的數據行對應。 表格式->表格式範例:[{“source”:{“name”:“CustomerName”,“type”:“String”},“sink”:{“name”:“ClientName”,“type”:“String”}},{“source”:{“name”:“CustomerAddress”,“type”:“String”},“sink”:{“name”:“ClientAddress”,“type”:“String”}}]。 階層式>表格式範例:[{“source”:{“path”:“$。CustomerName“,”type“:”String“},”sink“:{”name“:”ClientName“,”type“:”String“}},{”source“:{”path“:”$.CustomerAddress“,”type“:”String“},”sink“:{”name“:”ClientAddress“,”type“:”String“}}]。 Type:object (或 Expression with resultType 物件)。

mappings?: any

屬性值

any

schemaMapping

表格式數據和階層式數據之間的架構對應。 範例: {“Column1”: “$.Column1“、”Column2“: ”$.Column2.Property1“, ”Column3“: ”$.Column2.Property2“}。 Type:object (或 Expression with resultType 物件)。 這個屬性將會淘汰。 請使用對應屬性。

schemaMapping?: any

屬性值

any

type

多型歧視性,指定這個物件可以是的不同類型

type: "TabularTranslator"

屬性值

"TabularTranslator"

typeConversion

是否要在複製活動中啟用進階類型轉換功能。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。

typeConversion?: any

屬性值

any

typeConversionSettings

類型轉換設定

typeConversionSettings?: TypeConversionSettings

屬性值