My source data like...
Empid Name
10 chandra
10 sekhar
I am expecting result is
Empid Ename
10 Chandrasekhar
How can we solve this prob?
Answer Posted / santosh
Follow the below step.
1.Take the sorter transformation and sort by empid(IF some cases empid not in sequence).
2.Take a expression transformation with below condition.
a. CURRENT_ID=EMPID
b. EMPID=EMPID
C. name=name
d. NAME_VAR= IIF(CURRENT_ID = NEXT_ID,(NAME_VAR ||name ),name)
e.NAME_OUT= NAME_VAR
f. NEXT_ID= CURRENT_ID
3.Take a aggregator transformation and give group by port as empid.
| Is This Answer Correct ? | 13 Yes | 2 No |
Post New Answer View All Answers
What all are steps in up gradation of Informatica server?
Why update strategy and union transformations are active? Explain with examples.
Which development components of informatica have the highest usage?
What is the difference between source qualifier transformations source filter to filter transformation?
Explain the code page compatibility?
How do you change a non-reusable transformation to reusable transformation?
Why do we need informatica?
Whats there in global repository
How to do unit testing in informatica? How to load data in informatica ?
Explain load alternative records / rows into multiple targets - informatica
what is the size ur source like(file system or database)? how many record daily come u r banking project?
As union transformation gives UNION ALL output, how you will get the UNION output?
What is Index Caches size?
What are the measure objects?
Differentiate between a database and data warehouse?