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!
@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
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...
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
Screenshot of your screenshots....
You need to provide more detail on what you're trying to extract, where from, your tool configuration, any documentation etc
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.
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.
User | Count |
---|---|
53 | |
27 | |
26 | |
24 | |
21 |