We are celebrating the 10-year anniversary of the Alteryx Community! Learn more and join in on the fun here.
Start Free Trial

Alteryx Designer Desktop Discussions

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

Problems importing a file that contains the EURO symbol.

jdelaguila
8 - Asteroid

I have a .txt tab delimited file that contains records with Euro symbols - see below:

 

jdelaguila_0-1619535343495.png

 

When i try to import it into Alteryx, Alteryx translates the Euro sign "€" into a Box - which i gather some type of error. See below:

 

jdelaguila_1-1619535528022.png

 

Any thoughts how i can import the Euro sign in?

3 REPLIES 3
AbhilashR
15 - Aurora
15 - Aurora

Hi @jdelaguila, 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

AbhilashR_0-1619539625773.png

 

 

apathetichell
20 - Arcturus

if for any reason the easy solution by @AbhilashR  doesn't work - double check that you are saving your .txt file in ansi as opposed to say UTF-8.

jdelaguila
8 - Asteroid

The "ANSI - Central European" worked! Thanks.

Labels
Top Solution Authors