Get Inspire insights from former attendees in our AMA discussion thread on Inspire Buzz. ACEs and other community members are on call all week to answer!

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