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.

Download Tool giving website code

MudgilNiket
6 - Meteoroid

Hi Alteryx Community,


This is my first time using this tool.

 

I'm having trouble with the Download Tool. After successfully adding a URL, the data appears be in an HTML format making it impossible to process.

 

I've checked the URL and output settings, and I've tried different character encodings in the Input Data Tool, but the issue persists.

Has anyone faced similar issues? Any tips on handling Unicode data in Alteryx would be greatly appreciated!

 

Thanks!

 

 

 

6 REPLIES 6
abacon
12 - Quasar

@MudgilNiket 404 errors means it can't find the website provided, which could be from a few different things. What are you trying to download? It might be in the wrong format, you might be missing some parameters, or many other things.

 

Are you able to provide some context, documentation, and/or screenshots as to what you are trying to do?

 

Bacon

MudgilNiket
6 - Meteoroid

Hi Bacon,

 

The issue is I am not getting the 404 error
What I am getting is an HTML code instead of the XLS file for which I have added the link in the Text Input Tool.

This is what I am getting in the downloadData column :-

<!DOCTYPE html><html lang="en-US"><head><title>Just a moment...</title><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><meta http-equiv="X-UA-Compatible" content="IE=Edge"><meta name="robots" content="noindex,nofollow"><meta name="vie...

abacon
12 - Quasar

Your download headers column is saying 404, that is why you are getting the HTML of the website. What is the query you are using and the parameters? Good testing is use Postman to create the query and get it working first then put into Alteryx.

 

Bacon

davidskaife
14 - Magnetar

@MudgilNiket 

 

Screenshot of your screenshots....

Screenshot 2025-05-29 113254.png

 

You need to provide more detail on what you're trying to extract, where from, your tool configuration, any documentation etc

apathetichell
20 - Arcturus

hypothesis --- the download tool is best suited for APIs --- you are trying to using for webscraping. The page you are trying to scrape will not allow direct requests. If you throw the same URL in Postman and hit run - you'll get the same redirect/Not Found content.

apathetichell
20 - Arcturus

To be clear --- your response is ALWAYS going to be in html, xml, json or raw/encoded bytes --- and hopefully you mean an xlsx file --- not an xls file.

Labels
Top Solution Authors