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

Downloading data from webpage

susukavi
7 - Meteor

Team,

 

Need your help in solving my requirements using Alteryx.

 

1.Connect to a webpage

2.Apply date filter

3.Download the data and Process it in Designer.

 

Your help is much appreciated.

 

Regards,

S

4 REPLIES 4
jmgross72
7 - Meteor

I have not seen any features similar to "Get Data from Web" in Alteryx. 
One approach I might try is to create a program outside of Alteryx that can connect to, filter, and download the data, then use a run command tool in Alteryx thereafter.  


Probably not the easiest or best answer, but I hope this helps.  

alexnajm
18 - Pollux
18 - Pollux

@susukavi sounds like you should look for an RPA tool! UI Path, Automation Anywhere, etc.

 

Connecting to the webpage and downloading the data can be done with the Download tool in Alteryx, but not the "apply date filter" part (unless you can introduce it as part of the API in the download tool)

lwolfie
11 - Bolide

I've been able to calculate the web address for different dates before.  I'm not sure if that's an option or not.  Or there might be another site that is better for downloading data the same data that doesn't look as pretty.  I'm not sure the site you are trying for.

jrlindem
11 - Bolide

I would recommend using Python tool to code a simple web-scraper. 

1.  Use the static URL for the website, and have the code look for files that match the format of the link/file you're searching for on that page

2.  Pass the found, new URL of the file(s) into your workflow

3.  Use the download tool and that URL

Labels
Top Solution Authors