Page 1 of 1

Unmatched records Capturing

Posted: Fri Nov 21, 2008 4:44 am
by nani0907
Hi All,

how to capture unmatched records after doing reference with database .

could you please help this

Thanks in Adavance

Posted: Fri Nov 21, 2008 5:03 am
by mdbatra
1.Left/Right/Full Outer in Join.
2. Use Reject Link from lookup.

Posted: Fri Nov 21, 2008 5:55 am
by nani0907
Is there any option without going for reject link in lookup stage .

Posted: Fri Nov 21, 2008 5:57 am
by hamzaqk
only merge and lookup stage allow us to capture rejects

Posted: Fri Nov 21, 2008 10:05 am
by ray.wurlod
Only the Merge stage consumes rows as they are selected from its Update input(s). You could devise a mechanism to discover what remains in the Data Set supplying the Update input.

Posted: Sun Nov 23, 2008 10:45 pm
by nani0907
Thanks Ray.

i will try with that.

Posted: Mon Nov 24, 2008 1:43 am
by mdbatra
You want to capture unmacthed records from Primary(Input Data Set) or Secondary(Reference Data Set) ?

Posted: Mon Nov 24, 2008 1:46 am
by snt_ds
I want to capture from Primary dataset(INPUT).

Posted: Mon Nov 24, 2008 2:01 am
by mdbatra
snt_ds.
for capturing from primary ,have to use look up stage.

Posted: Mon Nov 24, 2008 2:07 am
by Shruthi
You can use joiner with join type as left outer join. Use left link as input.