Start Free Trial

Alteryx Designer Desktop Discussions

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

Download images from link

rjanezic
7 - Meteor

Hello All,

 

So basically I used the Spotify Web API to pull image links for all the artists in my playlist. Below is an example of one of the links. How would I go about using these links to automatically download the images to my computer. Thank you ahead of time.

 

https://i.scdn.co/image/0d5260217ff854edb23ebf1f03e88475b9aa0870

2 REPLIES 2
BenMoss
ACE Emeritus
ACE Emeritus
Quite easily actually.

You can do this a number of ways but if you don't want to use the image at all in Alteryx I would use a formula tool to create a filepath for each of the images, with the .png/.jpg extension.

Then in the download tool configure the URL to be the link, and them in the options beneath, choose the 'to a file' option, and use said field just created.

If you need more guidance this blog by one of my colleagues gives some visual help.

https://www.thedataschool.co.uk/nick-jastrzebski/the-dark-arts-of-alteryx-reporting-tools/

Ben
rjanezic
7 - Meteor

Sorry for the late response, this worked great. I feel like I can always count on you for a great response haha. Thank You Ben

Labels
Top Solution Authors