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
Different qualification between a related rotate toward the sky and isolates look upward?
How to update or delete the rows in a target, which do not have key fields?
What is sq transformation?
Explain lookup transformation source types in informatica
can we override a native sql query within informatica? Where do we do it? How do we do it?
What is the difference between a repository server and a powerhouse?
What is main use of mapplet?
Explain dynamic target flat file name generation in informatica
whats the logic to load the lower level of granularity of data to fact table.
4 yrs etl devloper roles and responsibilities?any body give solutions
Explain the types of transformations?
Enlist the various types of transformations.
1)you have multiple source system where u receive files ,how do you actually load into mapping using transformation,what are the transformation you use? 2)you have files in ftp location ,how do you get it into mapping with you ETL concept?
What is powercenter on grid?
How can informatica be used for an organization?