Page 1 of 1

partial match

Posted: Mon Mar 17, 2008 6:58 am
by vairus
Hi guys,

How you all doing?

AM doing matching on first three company words. if any 2 company name had first two similar words and dint have the 3rd word.i want that name also in that match.

if company name comes with 3 word like below it is matched.

abc pvt ltd
abc pvt ltd

if company name comes with 2 word like this..i want these data to be matched in same match pass

abc pvt
abc pvt



i dont want to create another pass for two words.

Qs gurus could you please tell me how to do this..

Regards

thanks in advance

Posted: Mon Mar 17, 2008 4:37 pm
by ray.wurlod
Would it be sufficient to re-define the data so that a match was done on the leading part of the string? If not (which is what I suspect) you will probably need to add a new field containing just the two words, and match on that.