DataMapperMapping interface
Source and target table mapping details.
Properties
attribute |
This holds the user provided attribute mapping information. |
source |
The connection reference for the source connection. |
source |
This holds the source denormalization information used while joining multiple sources. |
source |
Name of the source table |
target |
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