Is there a way to use Alteryx to download and save an image to a folder?
I have downloaded images and can see the images using the image tool, but don't see how to save the .jpg/,png file to a folder.
Thanks,
Seth
Try the Render tool (also in the Reporting suite where the Image tool is located)! You should be able to choose either a temporary PNG file or a specific output file (I believe .png is the only option, not .jpg).
If you have more than one image, you could also have it dynamically rename the PNG file if you have some other field in your data that has a name for the images. Choose the Group Data into Separate Reports check box and then select the field you want to use that contains the unique name for each image.
Hope that helps!
Cheers,
NJ
Thank you for your reply. I actually figured out how to do it using the Blob output tool. It worked really well.
Ignore my previous post - it's actually even easer than that!
If you just need to download/save the images (and don't need the blobs elsewhere in your workflow), you can just use the download tool (no blob output tool necessary).
Just configure your Download tool with
1 - the URL of the image (in the example below, [Tool Image URL]
2 - the path where you want to save the image (in the example below, [FilePath])
Hi Kelly, thanks for your solution to the above.
I was wondering if you know how we can go about doing the following:
https://community.alteryx.com/t5/Alteryx-Designer-Discussions/Google-image-search-and-download/td-p/598087
Any help, will be greatly appreciated! Thanks