i want send my all duplicate record one tar and all uniq
records one target how we will perfome explain
example:
input data
eid
251
251
456
456
951
985
out put/target1
251
251
456
456
out put/target2
951
985
how we will bring
Answer Posted / vinod upputuri
Appreciate your Answer but it was wrong..because if you are using Agregator stage it will give only unique records with record count. so how can u print all the duplicate records.
in the above senario:
input to agregator stage: 251,251,456,456,951,985
i used count rows.
so, the o/p is 251,2
456,2
951,1
985,1
if U use the Filter stage then what is the output:
O/P1:
251
456
O/P2:
951
985
Unfortunately this is not the answer we are required...
This is not as simple as U think...i implemented it before posting!!!!!
| Is This Answer Correct ? | 4 Yes | 4 No |
Post New Answer View All Answers
Hi, what is use of Macros,functions and Routines..? At what situation you are used. If you know the answer please explain it. Thanks.
What is the differentiate between data file and descriptor file?
What is Ad-Hoc access? What is the difference between Managed Query and Ad-Hoc access?
in oracle target stage when we use load option and when we use upsert option?
What are the stages in datastage?
If you want to use a same piece of code in different jobs, how will you achieve this?
Different ways a project can be moved to production ?...example ….export-import and Version control.
What is the project in datastage?
What is a quality stage in datastage tool?
What is the difference between orabulk and bcp stages?
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
1.what is repartionoing technique? 2.what deliverables transferred to client using datastage? 3.how to write loop statements using nested loop sequence?
what is the use of materialized view?
What are the enhancements made in datastage 7.5 compare with 7.0?
Explain usage analysis in datastage?