Package version:

Interface DataMapperMapping

Source and target table mapping details.

interface DataMapperMapping {
    attributeMappingInfo?: MapperAttributeMappings;
    sourceConnectionReference?: MapperConnectionReference;
    sourceDenormalizeInfo?: any;
    sourceEntityName?: string;
    targetEntityName?: string;
}

Properties

attributeMappingInfo?: MapperAttributeMappings

This holds the user provided attribute mapping information.

sourceConnectionReference?: MapperConnectionReference

The connection reference for the source connection.

sourceDenormalizeInfo?: any

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

sourceEntityName?: string

Name of the source table

targetEntityName?: string

Name of the target table