Quality stage Match

Infosphere's Quality Product

Moderators: chulett, rschirm

Post Reply
bikan
Premium Member
Premium Member
Posts: 128
Joined: Thu Jun 08, 2006 5:27 am

Quality stage Match

Post by bikan »

Hi
I am trying to do a probabilistic match(many to one) in the match stage.
I want to do entire record match without specifying any blocks. Can anyone help me out how to do this. If anyone has any example please send it to me.

Thanks
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

The matching algorithms require at least one blocking column (field).
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
bikan
Premium Member
Premium Member
Posts: 128
Joined: Thu Jun 08, 2006 5:27 am

Post by bikan »

Can I take Block variables in the match variables ??

e.g -- In the Block Variables -- ZIPCODE
In the Match variables -- NAME, ADDRESS and ZIPCODE

Is this possible ?? will it give me actual result ??
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Not possible. You must get a match on the blocking fields (that's how the blocks are formed). Then the match weights are applied on the other fields to determine whether a match has in fact been found.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply