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

sq-->router--target1
|__target2

in router create one group and another default
coundition : decode(empid,201,true,decode
(empid,202,true,false))

connect group one in target table one
connect default in target table two

Is This Answer Correct ?    1 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Performance tuning in UNIX for informatica mappings?

2133


What is flashback table ? Advance thanks

1476


How to create a non-reusable instance of reusable transformations?

674


lookup transformation with screenshots

3555


Explain incremental aggregation in informatica

650






Explain the scenario which compels informatica server to reject files?

653


Explain why we use partitioning the session in informatica?

607


generate date / time dimension in informatica

715


Can we use the mapping parameter or variables developed in one mapping into any other reusable transformation?

627


Scheduling properties,whats the default (sequential)

1458


What does “tail –f” command do and what is its use as an Informatica admin.

626


What is the difference between SOURCE and TARGET BASED COMMITS? What are the deliverables?in your project?

1629


Tell me about MD5 functions in informatica

519


If i have source as flat file. how can i store the header and trilor into one target and data into one more target. |------>target1(header+trailor) source------ |------>target2(data) can any one please help me

1547


What are the mapping parameters and mapping variables?

616