I have source file which contains duplicate data,my
requirement is unique data should pass to one file and
duplicate data should pass another file how?
Answer Posted / farzana kalluri
input output
1 T1 T2
2 4 1
2 6 2
1 7 3
3 4
4 5
3
5
5
6
7
for this
seq file---->Aggregate(key=id)---->filter---->2 targets
In aggregate use count rows...
in filter count=1 it goes to target1
if count=2 it goes to target2..
| Is This Answer Correct ? | 9 Yes | 3 No |
Post New Answer View All Answers
In a batch if a job fails in between and you want to restart the batch from that particular job and not from the scratch then what will you do?
tell me 5 situations when we r using oracle db stages like orecle connector, oracle enterprise
What are the repository tables in datastage?
What are routines in datastage? Enlist various types of routines.
What are the different types of lookups in datastage?
Nls stands for what in datastage?
What is the difference between odbc and drs stage?
Describe stream connector?
Is it possible to query a hash file?
Notification Activity
Have you used Unstructured data?
hi.... am facing typical problem in every interview " I need some critical scenarios faced in real time" plz help me guys
explain about completely flow of sequencers technicaly,without using example??explain about lookup,nullhandling?
How to find value from a column in a dataset?
Can you explain tagbatch restructure operator?