Mapping Test
Mapping Test
I have Empno,Name ,Loc in the source table , we have two targets the 1st target is Tgt_ india
and Tgt_USA. when the employee moves from india to USA the row of that employee must be
inserted in USA tgt and must be deleted in Indian tgt and vice versa.
7. How to convert incorrect phone number to correct phone number ?eg., 100er$556%%3457 to
100-556-3457
8. Devlop a mapping
Solution ::
First
Using AGGREGATOR logic
Solution
Source -- Flat File
Target -- 1 Relational Table
Database -- Oracle 9i
Mapping Flow :: Source > Aggregator >
Expression > Join > Target
5. In source i have 1000 rows and i have 3 tragets . The 1st 100 rows have to go in 1st
target and the next 200 rows in 2nd traget and the rest of the rows in the 3rd tgt?
Solution ::
First
Using Router logic
Solution
Source -- Flat File
Target -- 3 Relational Tables
Database -- Oracle 9i
Mapping Flow :: Source > Sorter >Router >
Target 1 Target2 Target3