Hello,
I regularly receive files from customers that I need to load into a database. I have built lookups that match a text field so that I can append additional data. This all works fine apart from a few challenging edge cases. For example, if I received a customer name like this "Customer - Name" where the hyphen is actually an ASCII (150 - enDash). In this situation even if my lookup also contains the exact same ascii string for the name (i.e. including the enDash) the JOIN tool is returning this as unmatched. I assume it's something to do with collation sequence choices that Alteryx is making?
Any ideas how to make this work? I have a similar problem with Kanji characters. Even though my lookup exactly matches the Kanji and I can write a "select" that works ok the Alteryx JOIN is not seeing a match.
I'm using a MySQL database.
Cheers
Dave