hi all hi have flat file like below my requirement is
empid,ename,sal,loc
101,vamshi,5000,hyd
101,vamshi,5020,hyd
201,raju,5000,hyd
202,ram,4000,hyd
203,kumar,3500,pune
203,kumar,3500,pune
203,kumar,5000,hyd
203,kumar,6000,hyd
i want the o/p like this
in one target
201,raju,5000,hyd
202,ram,4000,hyd
and in second target
101,vamshi,5000,hyd
101,vamshi,5020,hyd
203,kumar,3500,pune
203,kumar,3500,pune
203,kumar,5000,hyd
203,kumar,6000,hyd
Answer Posted / sivakumar
SQ-->EXP-->ROUTER-->TRg
EMPID
IN_EMPID
in exp t/r
create variable port v_flag in that write the following condition
IIF(EMPID = IN_EMPID ,'1','0')
in router develop 2 conditions for v_flag
the values in the true will b directed to one output which we get the duplicated values
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is a standalone command task?
my source is junk data how will u remove that junk data by using unix please any one replay me
What is the procedure for creating independent data marts from informatica 7.1?
Explain Dataware house architecture .how data flow from intial to end?
Can we create multiple integration service on single repository?
What is the Rank index port in Rank transformation?
Explain the tuning lookup transformation - informatica
What is the function of union transformation?
What is status code in informatica?
what is unit testing?tell me proceedure
Define filter transformation?
How can you define user defied event?
Can you use flat files in Mapplets.
What is the way to execute pl/sql script using informatica mapping?
Write the different tools in the workflow manager?