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
How do you schedule or monitoring the job?
for example You have One Table with 4 Columns (Mgr ID, Department ID, Salary, Employee ID). Can you find out the Average Salary and Number of Employee present per Department and Mgr
What is aggtorec restructure operator?
What is datastage engine?
what is the use of skid in reporting?
Notification Activity
Whats difference betweeen operational data stage (ods) and data warehouse?
Could anyone give brief explanation bout datastage admin
Hi, what is use of Macros,functions and Routines..? At what situation you are used. If you know the answer please explain it. Thanks.
How do you remove duplicate values in datastage?
What is the purpose of interprocessor stage in server jobs?
Hi,can any one please mention list of dimension and fact tables for Sales and Distribution System for a Pharmacutical company.
Can you explain engine tier in information server?
What are constraints and derivations?
What are the various kinds of containers available in datastage?