I have a input as:
Col
1
1
2
2
3
I want 3 output as:
Output1:
1
1
Output2:
2
2
Output3:
3
i.e. same duplicates should be in one target, other duplicate values should be in another target and so on.. Pls help
Answer Posted / vaibhav
Actually it is like:
I want as many target links as much u have types of duplicates in my input file.. Pls help guys..
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
Explain ibm infosphere information server and highlight its main features?
Explain the importance of surrogate key in data warehousing?
What is active and passive stage?
What is the difference between datastage and datastage tx?
What are the difference types of stages?
how to implement scd2 in datastage 7.5 with lookup stage
What is the purpose of interprocessor stage in server jobs?
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 the purpose of pivot stage and types of containers in datastage
How do you import and export the datastage jobs?
What are the steps needed to create a simple basic datastage job?
How to reverse the string using unix?
What is a datastage job?
Does datastage support slowly changing dimensions ?
1)s.key generate 1 to 700 records today. tomorrow another 400 will updated how to update the records using s.key generator? 2)source is like :-- DB --> T/F stage1 --> seq1file T/f 1 is linking with T/F2 ---> seq 2 how to load the data? in source i given some conditions those r going in seq1. The another data will going to seq2 how to do this ?