HI Team,
I have mapping set based on text that contain Euro symbol. Alteryx read it as '?" moreover it drop off in Join tool. any suggestion how to Alteryx can read Euro symbol correctly.
Hi @NitinThukral ,
What field type are you using?
If you using VW string or W string, it should work with the Euro symbol.
String, and vstring, tend to not work with €.
Please see the attached workflow as an example.
Hi Martinding,
Thanks for your response.
I change it to W string. However it corrected partially. (mapping appear fine. Input still showing "?" in alteryx).
Any further suggestion.
Hi @NitinThukral
Maybe try modifying the Code Page option in the Input tool config window to ANSI - Central European. It seems to pull in the euro sign on my local Designer instance
Hope this helps. If it does, please like this post and mark it as a solution.