IM0005 Data Migration ETL Mapping Template

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 1

Mapping ID Mapping Type Field ID Entity Attribute (logical name) Attribute (physical name) Target Table Name Target

File Nullable Column (Y/N) Column Type Attribute Description Relationship Source Table Source Column Linking Rule Transformation Rule Mapping Status Comments
M001 Product BRAND_NAME Product Brand Name BrandName [Target Table Name] [Target Filename] N VARCHAR2(64) The brand name of the product. Data Field OLD_SYSTEM_PRODUCT_TABLE BRND_NM
Linking Rule 1:
ITEM.KEY =BRAND.KEY and CODE_SET ='1'
If Linking rule 1 Success
Then BRAND.NAME
ELSE Null and Log Error 'ERR001' Mapped
MPR003 Product PRODUCT_NAME Product Product Name ProductName [Target Table Name] [Target Filename] N VARCHAR2(128) The name of the product. Data Field OLD_SYSTEM_PRODUCT_TABLE PROD_NM
Linking Rule 1:
ITEM.KEY =NAME.ITEM_KEY and CODE_SET ='2'
If Linking rule 1 Success
Then PRODUCT.NAME
ELSE Global Rule GR001 and Log Error 'ERR002' Mapped
MPR004 Product PRODUCT_SHORT_DESCRIPTION Product Short Description ShortDescription [Target Table Name] [Target Filename] N VARCHAR2(254) A short description of the product. Data Field OLD_SYSTEM_PRODUCT_TABLE PROD_SH_DESC Global Rule GR001 Mapped
MPR005 Product PRODUCT_LONG_DESCRIPTION Product LongDescription LongDescription [Target Table Name] [Target Filename] Y VARCHAR2(4000) A long description of the product. Data Field OLD_SYSTEM_PRODUCT_TABLE PROD_LO_DESC Not Required
Not required fromSource, can be
ignored.
TARGET: [Target System Name] SOURCE: [Source System Name]
Products (Driving Table ITEM)

You might also like