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

Download CSV data from online

sislam11
7 - Meteor

Hi,

 

1. I am trying to download exchange rate data from here: https://www.gov.uk/government/publications/hmrc-exchange-rates-for-2022-monthly

 

For example I am trying to download the first file for November 2022 (attached) and link here: https://assets.publishing.service.gov.uk/government/uploads/system/uploads/attachment_data/file/1112... 

 

Please help me solve the error in the workflow attached

 

sislam11_0-1668538548778.png

 

 

I would like to save the data into the same folder as that which the workflow is saved.

 

2. Additional question: would anything within the workflow need to be changed if the workflow were to be run on Alteryx Gallery?

 

 

Many thanks in advance!

4 REPLIES 4
Felipe_Ribeir0
16 - Nebula

Hi @sislam11 

 

Here it works fine, have you tried with another internet connection? Maybe the current one that you are using (vpn/proxy/firewall settings probably) is blocking it.

 

Felipe_Ribeir0_0-1668538811664.png

 

You could try to follow these suggestions to pass by this error in your company network: https://community.alteryx.com/t5/Alteryx-Designer-Discussions/Error-transferring-data-Failure-when-r...

 

About running it on the gallery, i would just output the result as string and parse it, or save it to a network shared folder. But it does run on gallery without any issues, i have one workflow on gallery here doing the same job for a different csv file.

 

 

Felipe_Ribeir0_1-1668538853994.png

 

 

 

 

sislam11
7 - Meteor

Thanks for the quick response!

 

Is there anyway to manipulate the data within Alteryx without first outputting the file and then inputting again?

 

I have tried using dynamic input tool but I am not sure how it will work as in the "input Data Source Template" the temporary file path will keep on changing so cannot get the input template

 

Is there any method without using dynamic input?

 

Perhaps creating an output file and then adding this as another input into Alteryx? However this will require manual intervention and requires running the workflow twice so is not ideal

Felipe_Ribeir0
16 - Nebula

Hi @sislam11 

 

Take a look at the attached workflow. The first container is doing the job saving the temp file and using the dynamic input to open it, the second one is doing it parsing the string directly.

 

Felipe_Ribeir0_1-1668544231278.png

 

 

sislam11
7 - Meteor

Thanks this works perfectly as I needed it! 

 

Would the solution be any different if it were a different types of file such as xls or xlsx?

Labels
Top Solution Authors