In case you missed the announcement: Alteryx One is here, and so is the Spring Release! Learn more about these new and exciting releases here!
Free Trial

Alteryx Designer Desktop Discussions

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

Using Run Command to Return Website Status

Link86
8 - Asteroid

Hello, I have tried using the download tool to check a URL and for whatever reason, it just hangs. So I would like to use run command to perform this same task.

 

Lets say I have three websites:

google.com

alteryx.com

github.com

 

In the text tool I have

@Echo

curl -I https://google.com

curl -I https://alteryx.com

curl -I https://girhub.com

 

For the life of me, I cannot figure out how to configure the run command tool to simply return the results from each of these websites. I have tried them in command prompt and they work without issue. Any help here would be wonderful. I am not very experienced with windows command line and this is my first crack at using this tool. The example was less than helpful for me. 

3 REPLIES 3
Luke_C
17 - Castor
17 - Castor

@Link86 Can you share the workflow or configurations of the run command tool? 

Link86
8 - Asteroid

@Luke_C I dont have configurations of run command tool because I don't know how to configure it. The workflow consists of a input text with the curl as the data in column 1

Luke_C
17 - Castor
17 - Castor
Labels
Top Solution Authors