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


Please Help Members By Posting Answers For Below Questions

How one source columns or rows to be loaded in to two different tables?

668


What are the various kinds of containers available in datastage?

571


Highlight the main features of datastage?

619


What is the use of hoursfromtime() function in transformer stage in datastage?

591


How do you register plug-ins?

607






Is possible to create skid in dim,fact tables?

2195


What is a folder? Difference types of stages?

637


Differentiate between validated and Compiled in the Datastage?

653


What is difference between join, merge and lookup stage?

642


Name the command line functions to import and export the DS jobs?

715


What are the types of jobs we have in datastage?

678


What is ds designer?

659


Explain connectivity between datastage with datasources?

605


EXPLAIN SCD

973


CHANGE CAPTURE

902