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 / ramesh

target1
SQ->Router->
target2

1.In router create one group and specity
the condition empid=201 or empid=202.
2.It is connected to target1.
3.Default group is connected to target2.

Thanks & Regards
Ramesh

Is This Answer Correct ?    2 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to extract sap data using informatica?

692


How to update source definition?

721


What are the main features of Oracle 8i with context to datawarehouse?

1767


What is pmcmd command?

766


Calculate sum of salaries department wise. Then the sum will be repeat for all columns in each department. Develop a mapping for this.

1955






How many number of sessions can one group in batches?

794


Explain lookup transformation is active in informatica

734


What is Index Caches size?

720


What differs when we choose the sorted input for aggregator transformation?

667


What is meant by lookup transformation?

695


Whats there in global repository

1347


how to create user defined function (udf) in informatica

887


Explain transaction control transformation in informatica

908


difference between repository database and repository service?

707


How to do unit testing in informatica? How to load data in informatica ?

750