Step 1 : Creating Interface
- Expend project ==>>Right Click on Interface ==>>Click on new ==> Name it as m_ODS_EMPLOYEE
- Click on mapping tab
- Drag drop employee table from source model
- Drag drop ods_employee table into target area ==>> click on automatic mapping
- Select name column of ODS_EMPLOYEE table
- in properties window==>> under the implementation
- type the formula
EMPLOYEE.FIRST_NAME ||' '||EMPLOYEE.LAST_NAME
- Click on ok
- Click on flow tab
- select the target ==>> select IKM as IKM SQL Control APPEND
Note : if IKM drop down is empty then we need to import IKM by right cliking on IKM folder of project ==>>click on import knowledge modules ==>>provide the path as C:\OBIEE_HOME\Oracle_ODI1\oracledi\xml-reference ==>> select IKM SQL CONTROL APPEND ==>>click on ok ==>>click on Close
- under the IKM selector options ==> select flow_control =False
- Click on save
- Click on run
- go to operator navigator ==> observe the interface run log
- Right click on target table ODS_EMPLOYEE in mapping tab of interface ==>> clcik on view data ==>> notice that all 26 records loaded into target table
No comments:
Post a Comment