Source Like
department_no, employee_name
----------------------------
20, R
10, A
10, D
20, P
10, B
10, C
20, Q
20, S
and Output should be like this
department_no, employee_list
--------------------------------
10, A
10, A,B
10, A,B,C
10, A,B,C,D
20, A,B,C,D,P
20, A,B,C,D,P,Q
20, A,B,C,D,P,Q,R
20, A,B,C,D,P,Q,R,S
Answer Posted / subhash
SRC---->Transformer--->TGT
we do the 'HASH' partitioning.
SetNull value to the Stage variable----->SV_List
In the transformer stage variables:
SV_List : Employee_Name ----->SV_List (Concatenating Employee
Names)
In the Column Derivation:
SV_list------->Employee_Name
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
How complex jobs are implemented in datstage to improve performance?
What are the various kinds of containers available in datastage?
Define project in datastage?
I/p : F1 table have A,B,C,D,E and F2 table having C,E,V i need output 0utput1: ABD output2: V any one suggest me this
what is 'reconsideration error' and how can i respond to this error and how to debug this
Nls stands for what in datastage?
Can you explain link buffering?
How to convert RGB Value to Hexadecimal values in datastage?
file having these input and we have to get 3 output using same job Input 1 1 1 2 3 4 4 4 o/p1 o/p2 o/p3 1 1 2 2 1 3 3 1 4 4 4
What are the enhancements made in datastage 7.5 compare with 7.0?
What are the different type of jobs in datastage?
Field,NVL,INDEX,REPLACE,TRANSLATE,COLESC
CHANGE CAPTURE
Differentiate between odbc and drs stage?
What are the differences between datastage and informatica?