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 / sher
something like below should work...
Job#1
Read in transformer to add a new column sequence the value of sequence will be initially 1 and increment when key changes…
so output(A) will look like…
1 1
1 1
2 2
2 2
3 3
4 4
B 5
under job sequence, use a job activity to read(A) use tail -1 and | cut to read 2nd column. we get 5..
Now, use start loop activity and end look activity stage in job sequence to create a loop from 1 to jobactivity.output incrementing by 1..
The look will now run 5 times.. inside the loop, call a job and pass the value i.e 1,2,3,4,5 each time it runs.
Inside the called job, read the input file(A) pass to transformer and then use constraint to write only records where 2nd column = variable passed and drop column 2..
Output of transformer.
1st loop output
1
1
2nd loop output
2
2
and so on...
when writing the file, use the passed variable in file name, so file name is distinct
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
how to abort the job its matain duplicates?
How do you run datastage job from the command line?
Is it possible to query a hash file?
how to read 100 records at a time in source a) hw is it fr metadata Same and b) if metadata is nt same?
What are the functionalities of link partitioner?
What a datastage macro?
What is a quality stage in datastage tool?
Differentiate between Symmetric Multiprocessing and Massive Parallel Processing?
what is the use of surogate key in datastage
how to implement scd2 in datastage 7.5 with lookup stage
i have a job with 3 possibiliies finish with ststus ok abbort warning how do you handle these 3 in job sequence? explain the situation where you have appiled scd in your project? chandu
what is repositery?
What is developer responsibilities in UAT (user acceptance testing and Post implementation phase?
What is the difference between operational data stage (ods) and data warehouse?
What are the different common services in datastage?