Calling all Alteryx customers: Refer your colleague to try Alteryx and receive a $50 gift card. Sign up now!
Free Trial

Alteryx Designer Desktop Discussions

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

Help: random parts of my lookup aren't pulling through

EMPMUK
6 - Meteoroid

Hi All, 

 

I have a big dataset with various inputs and so rely on a large lookup "dictionary" to map everything correctly in appended columns. 

 

I'm finding that for 5 or so values they aren't pulling through the mapped values from my lookup doc while everything else in the same column is doing so fine. The only thing I can notice is that they use special characters like umlauts and accents and the column is set to v_wstring but I can't see why this would cause an issue, the values are hard pasted into the lookup doc for mapping so special characters should also be there. 

 

Any advice would be hugely appreciated. 

 

Thanks, 

EM

2 REPLIES 2
FinnCharlton
13 - Pulsar

Hi @EMPMUK, one tip would be to use the DecomposeUnicodeForMatch() function on values from the dataset and lookup table, then try and join again. This will remove the special characters, which may be bring treated differently in the big dataset to the lookup table.

TimN
13 - Pulsar

Hi,

Can you send a data sample?

 

Thanks

Labels
Top Solution Authors