Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TabularTranslator

Package version

A copy activity tabular translator.

Hierarchy

Indexable

[property: string]: any

Describes unknown properties. The value of an unknown property can be of "any" type.

Index

Properties

Optional collectionReference

collectionReference: any

The JSON Path of the Nested Array that is going to do cross-apply. Type: object (or Expression with resultType object).

Optional columnMappings

columnMappings: any

Column mappings. Example: "UserId: MyUserId, Group: MyGroup, Name: MyName" Type: string (or Expression with resultType string). This property will be retired. Please use mappings property.

Optional mapComplexValuesToString

mapComplexValuesToString: any

Whether to map complex (array and object) values to simple strings in json format. Type: boolean (or Expression with resultType boolean).

Optional mappings

mappings: any

Column mappings with logical types. Tabular->tabular example: [{"source":{"name":"CustomerName","type":"String"},"sink":{"name":"ClientName","type":"String"}},{"source":{"name":"CustomerAddress","type":"String"},"sink":{"name":"ClientAddress","type":"String"}}]. Hierarchical->tabular example: [{"source":{"path":"$.CustomerName","type":"String"},"sink":{"name":"ClientName","type":"String"}},{"source":{"path":"$.CustomerAddress","type":"String"},"sink":{"name":"ClientAddress","type":"String"}}]. Type: object (or Expression with resultType object).

Optional schemaMapping

schemaMapping: any

The schema mapping to map between tabular data and hierarchical data. Example: {"Column1": "$.Column1", "Column2": "$.Column2.Property1", "Column3": "$.Column2.Property2"}. Type: object (or Expression with resultType object). This property will be retired. Please use mappings property.

type

type: "TabularTranslator"

Polymorphic discriminator, which specifies the different types this object can be

Optional typeConversion

typeConversion: any

Whether to enable the advanced type conversion feature in the Copy activity. Type: boolean (or Expression with resultType boolean).

Optional typeConversionSettings

typeConversionSettings: TypeConversionSettings

Type conversion settings

Generated using TypeDoc