Alteryx Designer Desktop Discussions

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

Fuzzy Match/Filtering out Chinese/Japanese/Character Languages

salyerm
5 - Atom

I am performing a fuzzy match on a company name field that contains many languages, including character languages like Chinese/Japanese. The fuzzy match tool does not like these character languages and will give warnings and sometimes give an error (volume of these warnings?). Does anyone know how to best deal with the situation? I have tried to filter out these records with this formula [ REGEX_MATCH([Name], "^[a-zA-Z1-9 ]+$") ] however, it seems to filter out "normal" English words sporadically as well. Is there a better way to separate and evaluate these records?

0 REPLIES 0
Labels