Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
SOLVED

Fuzzy match string not matching

maleryx
7 - Meteor

Hi.. I wanted to check on the fuzzy tool matching why is not able to match below 2 string. if necessary preprocessing is needed for the tool to match the string. 

 

A = '::::BXX123-ATB123'

B = '123 ATB123

 

2 REPLIES 2
MarqueeCrew
20 - Arcturus
20 - Arcturus

@maleryx,

 

What is the context of the matching that you're trying to perform?  The fuzzy match tool needs configuration to match strings.  Depending upon your matching needs, you might want to use alternative methods.  In your example, if you remove punctuation from the two strings, you could match with a Contains() function.  Understanding your needs and your data will help to provide you with better guidance.

 

Cheers,

 

Mark

Alteryx ACE & Top Community Contributor

Chaos reigns within. Repent, reflect and restart. Order shall return.
Please Subscribe to my youTube channel.
fmvizcaino
17 - Castor
17 - Castor

Hi @maleryx ,

 

Attached is an example showing how to do it. I did some processing removing special characters and additional spaces.

 

Best,

Fernando Vizcaino

Labels