I want capture UnMatched records from Primary source and secondary source in JOIN stage?

Answer Posted / ankit gosain

Hi,

You can achieve the unmatched records from Primary and
Secondary with the help of Full Outer Join using Join Stage.

source1----->Join Stage------>Transformer------>Target
|
|
|
source2-----------

Full Outer Join on Source1.key=Source2.key

Now, in Transformer Stage, write in constraint tab for
source1, <any coulum of source2> IsNull, to collect the
unmatched records of source1.
&, write in constraint tab for source2, <any coulum of
source1> IsNull, to collect the unmatched records of
source2.

If you have any other doubt or query, mail me on
ankitgosain@gmail.com

Cheers,
Ankit :)

Is This Answer Correct ?    3 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

in oracle target stage when we use load option and when we use upsert option?

1744


What are routines in datastage? Enlist various types of routines.

621


What are transforms and what is the differenece between routines and transforms?

609


What is datastage engine?

726


How to manage date conversion in Datastage?

632






What is the difference between operational data stage (ods) and data warehouse?

665


Hi,can any one please mention list of dimension and fact tables for Sales and Distribution System for a Pharmacutical company.

1661


What are the steps required to kill the job in Datastage?

679


Difference between in process and inter process?

689


Differentiate between datastage and informatica?

718


What is size of a transaction and an array means in a datastage?

730


How do u convert the columns to rows in datastage?

687


how can we create rank using datastage?what is the meaning of rank?

8157


How can you write parallel routines in datastage PX?

611


how to sort two columns in single job in datastage.

2527