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.

load csv file from url

herrinp
5 - Atom

New to alteryx and looking to load a csv file from a url. what is the best way to approach this. tried loading file and placing url in file space but get no such interface supported error

3 REPLIES 3
Luke_C
17 - Castor
17 - Castor

Hi @herrinp 

 

You need to use the download tool. The solution I gave in the below thread demonstrates downloading a csv from yahoo finance to use in a workflow:

https://community.alteryx.com/t5/Alteryx-Designer-Discussions/Currency-Converter/td-p/748383

 

OllieClarke
15 - Aurora
15 - Aurora

Hey @herrinp you can use the download tool to download a csv to a folder and then input it from there, or alternatively you can use it to read in the csv, although you'll need to do some parsing of it in your workflow

OllieClarke_0-1658330616006.png

Hope that helps,

 

Ollie

 

Emmanuel_G
13 - Pulsar

Hi @herrinp ,

 

Find attached an easy way to load csv file from an URL ( Covid in this case )

 

Emmanuel_G_0-1658401244901.png

 

Labels
Top Solution Authors