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 |
Why is meant by direct and indirect loading options in sessions?
HOW CAN U FIND THE SESSION START TIME? chandumba2005@gmai.com
What do you understand by a term domain?
how can run the wf through pmcmd commend? write script?
Examples of Fatal & Non-Fatal error?
Can we use the mapping parameters or variables created in one mapping into any other reusable transformation?
What is a joiner transformation and why it is an active one?
Difference between STOP & ABORT in Informatica.
3 Answers Accenture, Wells Fargo,
How would you copy the content of one repository to another repository?
.prm wirh repalce .txt is possible?
What all join we can perform in LOOKUP transformation?
why we use stored procedure transformation?