Page 1 of 1

Limit on organization comparison tokens

Posted: Thu Dec 17, 2015 12:02 pm
by pk7
It seems that when organization names are derived they produce a compare string that contains a maximum of four non-anonymous tokens. For example, let's say we have these two records:

ACME AIRCRAFT PARTS CO DBA BIG DOG MECHANICS
and
BIG DOG MECHANICS

then, after elimination of anonymous values like CO and DBA, the two comparison strings are:

ACME:AIRCRAFT:PARTS:BIG
and
BIG:DOG:MECHANICS

Notice that the first comparison string only contains the first four non-anonymous values. Hence the matching is less than desirable.

How can we overcome this limit of four tokens? The Max Bucket Tokens limit is obviously not the problem as we have that set at 6.

Posted: Tue Dec 22, 2015 1:35 pm
by pk7
Just discovered the solution:

In the CXNM Name standardization, set Derivation Arguments to the number of tokens desired to be included in the comparison string. IBM indicates that the max for the CXNM standardization is 8.

Posted: Tue Dec 22, 2015 3:36 pm
by ray.wurlod
Thank you for posting the solution.