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 / subhash

According his logic: from aggregator stage: the output is
this: 251,2
456,2
951,1
985,1
the main data is:
251
251
456
456
951
985

If you join these two links then the output will be:
251,2
251,2
456,2
456,2
951,1
985,1

Then your are specifying that count=1 then you get the
unique records. means YOU get: 951,985


in another link count<>1 means YOU get: 251,
251,
456,
456

this is our desired out put, our out put.
the logic explained by Shiva is correct.

Is This Answer Correct ?    9 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is process model?

1547


Difference between ‘validated ok’ and ‘compiled’ in data stage?

663


Hi everyone,I have kept a project Sales And Distribution for a pharmaceutical company.can anybody explain one complex business rule that we had in our project and how did you accomplish it using DS?

1751


What is the flow of loading data into fact & dimensional tables?

587


What are the components of datastage?

643






Differentiate between operational datastage (ods) and data warehouse?

668


what are the devoleper roles in real time? plz tell i am new to datastage....

1630


What are data elements?

651


Describe routines in datastage? Enlist various types of routines.

572


Why fact table is in normal form?

666


What is the use of datastage director?

582


How many Key we can define in remove duplicate stage?

816


options available in sequence job to run,validate?

824


what is the use of surogate key in datastage

1809


Explain ibm infosphere information server and highlight its main features?

601