how to convert
101 raja 101 raja sekar reddy
101 sekar---------->
101 reddy

Answers were Sorted based on User's Feedback



how to convert 101 raja 101 raja sekar reddy 101 sekar----------> 101 red..

Answer / purushotham perumalla

Create variable ports in Expression transformation to
concat name if the number is same as follows

Assume the input field names are number and name

define the variable ports in expression transformation in
the following order

v_flag = iif(number = v_number,0,1)
v_name = iif(v_flag = 1,name,v_name ||' '||name)
v_number = number
O_name = v_name

The output of o_name will be as follows

number o_name
----------------
101 raja
101 raja sekar
101 raja sekar reddy


Add an aggregator transformation after expression and group
by number. output number and o_name from aggr to target.
As aggr outputs last row in each group by deault it will
send 101 raja sekar reddy to the output.

Is This Answer Correct ?    3 Yes 0 No

how to convert 101 raja 101 raja sekar reddy 101 sekar----------> 101 red..

Answer / lokesh y g

using dynamic lookup we can do it......

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Informatica Interview Questions

How to import oracle sequence into Informatica?

3 Answers   Satyam,


Is it possible to use a client with different version than that of its Informatica server?

0 Answers  


Explain the tuning lookup transformation - informatica

0 Answers   Informatica,


What is active and passive transformation?

10 Answers  


i have 1000 records in my dource table, the same i have in target ,but a new column added in target as "batchno", and this column adds no 10 for 1st 100 records and 20 for next 100 records and 30 next 100 records and vice versa. how to acheive this?

6 Answers   Thomson Reuters,






what is diffrence b/w joner and union transfermation

6 Answers  


What is a surrogate key?

0 Answers  


How informatica process data means how informatica works?

2 Answers   TCS,


Whats there in global repository

0 Answers  


What are multi-group transformations?

0 Answers   Informatica,


How does a sorter cache works?

0 Answers  


How can we store previous session logs?

0 Answers  


Categories