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 / redflower
src->sq->exp->router->trg1
->trg2
create one variable port and write the substr() function
ename like k% is goes to one trg and remaining records goes
to another trg by using router t/r
| Is This Answer Correct ? | 2 Yes | 4 No |
Post New Answer View All Answers
How to update or delete the rows in a target, which do not have key fields?
What is informatica powercenter repository?
Explain the different dimensions.
What are the basic requirements to join two sources in a source qualifier transformation using default join?
What is dynamic cache?
What are the issues you have faced in your project? How did you overcome those issues?
hi friends .i designed mapping in windows but i want to run mapping in linux.should i install the server components in linux?
Explain lookup transformation is active in informatica
How do you convert single row from source into three rows into target?
hi friends ... i have insurance project(informatica),can you please tell me how many table and mappings we need to use?and explain me.. thank you
How might one distinguish in the case of mapping is right or not without associating session?
3.how will u get information about bugs how will u rectify the bugs in realtime whch tool we are using to rectify the bugs
can any one give some examples for pre sql and post sql(Except dropping and creating index).
Does an informatica transformation support only aggregate expressions?
Can you use flat files in Mapplets.