Alteryx Designer Desktop Discussions

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

Fuzzy Match - Merge Help

yalteryx
6 - Meteoroid

Hi all, trying to match an identifier field that contains letters & numbers between 2 different sources. 

  • Join tool:  I have the L and R unioned together from 2 sources
  • I have created a a new formula field for each L and R to identify sources
  • assigned a unique record for each item

WF.jpg

 

For example: In below sample, I want

record 11 for Security 1234MJ4R8 in Source 1 to match record 45 Security US1234MJ4R86 in Source 2

 

Sample data below:

RecordIDSECURITYAccountSource
1BR3FN0055216D2
2BR0000075681A2
3BR3FN0054805A2
4BR3FN0055216A2
5YZ12499457A2
6YZ12499457A2
7BR2CLT231003B2
8BR3FN0054813B2
9BR3FN0055216B2
10161175BK9C1
111234MJ4R8C1
121234MJ4W7C1
131234MJ5S5C1
141234MJ5T3C1
151234MJ6B1C1
161234MJ6C9C1
171234MJYU8C1
183132VN2F9C1
193132Y0M98C1
203140F2V23C1
213140H1DJ6C1
2231418C3D4C1
2331418CDL5C1
2431418CXM1C1
2598769QGC9C1
2698769SQV2C1
2798769T4Q5C1
2898769T7L3C1
2998769TAL9C1
3098769TNS0C1
3198769TSG1C1
3298769TV44C1
3398769TZ65C1
3498769USS2C1
35US01F0204713C2
36US01F0204895C2
37US01F0206791C2
38US01F0206874C2
39US01F0224778C2
40US01F0226757C2
41US01F0226831C2
42US01F0306781C2
43US161175BK95C2
44US21H0226710C2
45US1234MJ4R86C2
46US1234MJ4W71C2
47US1234MJ4Y38C2
48US1234MJ5S50C2
49US1234MJ5T34C2
50US1234MJ6B17C2

 

I am having trouble matching them still with my below configuration: What Custom Match Style would apply for this scenario?

 

fuzzy.jpg

 

Thanks!

 

1 REPLY 1
fmvizcaino
17 - Castor
17 - Castor

Hi @yalteryx ,

 

The problem with the fuzzy match is related to the maximum key length, Alteryx will only start fuzzy matching if the first letter (defined below as 1) is equal in both datasets. I created an example using fuzzy match but also using find/replace - in case your smaller security keys are contained in the bigger one.

fmvizcaino_0-1594415340699.png

 

Best,

Fernando Vizcaino

 

Labels