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?
Answers were Sorted based on User's Feedback
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 |
Answer / shaik mahamad rafi
first use concatenate operator '',then use union
| Is This Answer Correct ? | 0 Yes | 2 No |
Explain the types of lookup transformation?
when we dont use aggregator in mapping ?
MY SOURCE IS LIKE THIS VENKATESH,101||RAJESH,102||SIVA,103||SWATHI,104 MY REQUIRMENT IS NAME ID VENKATESH 101 RAJESH 102 SIVA 103 SWATHI 104 PLEASE PROVIDE ME THE SOLUTION
How to do unit testing in informatica?
What is the difference between Bad file and Reject file? and Where u can see the Reject file? What records stored in Reject file?
How we can confirm all mappings in the repository simultaneously?
Can we use Lookup instead of Joiner to join 2 tables? If yes which is faster and why?
Which one is better performance wise connected/un-connected lkp?why?
In What Situations we can use MappingParameters ,Mapping Variables AND Session Parameters in REAL TIME.
What is an aggregator transformation?
What is Data Caches size?
If I have a index defined on target table and if set it to bulk load will it work ?