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 / ramachandra rao

After source use aggregator stage and use option aggregator
type is count and count the records after that use filter in
where clause count>1 ie duplicate records go to one target
and another where clause count=1 ie unique records go to
another target.

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the repository tables in datastage?

831


how to use self join using datastage ? can u tell me using stage how can we implemnet the self join

4572


Distinguish between informatica & datastage. Which one would you choose and why?

589


What is use Array size in datastage

1313


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?

606






What could be a data source system?

581


Give an idea of system variables.

592


Explain entity, attribute and relationship in datastage?

637


Could anyone give brief explanation bout datastage admin

1975


sed,awk,head

974


Lookup constraints

844


What are the functionalities of link collector?

629


How do you import and export data into datastage?

707


How to manage date conversion in Datastage?

644


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

2277