how to convert
101 raja 101 raja sekar reddy
101 sekar---------->
101 reddy
Answers were Sorted based on User's Feedback
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 |
Can informatica load heterogeneous targets from heterogeneous sources?
How will you update the row without using update statergy?
how to get max value record into one target and remaining records into another target?
2,can we insert duplicate data with dynamic look up cache,if yes than why and if no why?
what is scd?
what is the complex transformation you used in informatica
What do you mean by worklet?
In warehouses how many schemas are there?
in which situations do u go for starflake schema ?
How to use procedural logic inside infromatica? If yes how, if now how can we use external procedural logic in informatica?
draw informatica architecture 8.6 ?
what kind of issue you will get in environment? (we ll call help desk to raise ticket rite?