Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
Start Free Trial

Alteryx Designer Desktop Discussions

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

Download Tool | Data Encoded As | URL with special characters

cesarsmo
5 - Atom

Hi,

 

I am trying to download HTML data with the Download Tool. However, the string downloaded has special characters that changes the information. 

 

I have tried many Data Encoding types (ISO 8859-15 Latin 9, ANSI - Latin I, ...), but none of them seems to solve this problem:

 

Here is an example:

Download tool should keep this string:

https://URL/LOJA_SÃO_PAULO/Key/

 

But this is the result after download (with UNICODE UTF-8 decoded)

https://URL/S%c3%83O_PAULO/Key/

 

Many thanks!

 

2 REPLIES 2
Inactive User
Not applicable

Try writing to a file as an output or a Blob. See if that works.

jrobiso2
8 - Asteroid

jrobiso2_0-1679429613013.png

 

Labels
Top Solution Authors