DataMapperMapping interface

Source and target table mapping details.

Properties

attributeMappingInfo

This holds the user provided attribute mapping information.

sourceConnectionReference

The connection reference for the source connection.

sourceDenormalizeInfo

This holds the source denormalization information used while joining multiple sources.

sourceEntityName

Name of the source table

targetEntityName

Name of the target table

Property Details

attributeMappingInfo

This holds the user provided attribute mapping information.

attributeMappingInfo?: MapperAttributeMappings

Property Value

sourceConnectionReference

The connection reference for the source connection.

sourceConnectionReference?: MapperConnectionReference

Property Value

sourceDenormalizeInfo

This holds the source denormalization information used while joining multiple sources.

sourceDenormalizeInfo?: any

Property Value

any

sourceEntityName

Name of the source table

sourceEntityName?: string

Property Value

string

targetEntityName

Name of the target table

targetEntityName?: string

Property Value

string