Get Inspire insights from former attendees in our AMA discussion thread on Inspire Buzz. ACEs and other community members are on call all week to answer!

Alteryx Designer Desktop Discussions

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

API call CSV data

LEXQ2005
8 - Asteroid

I searched in this community, trying to find an example solution of API call CSV data (input a link and then parse data), with downloadable Alteryx file, but I haven't found one.

I saw some post might be a good example, but the URL does not work for me after I downloaded the file. I need a use case with a working URL. 
Does anyone knows a link to an ideal solution or can post an Alteryx file?

4 REPLIES 4
mbarone
16 - Nebula
16 - Nebula

Are you asking for a "real" example of a CSV URL that you can download into Alteryx Designer and then parse out the data?

 

If so, here is a site I scrape the data from and then parse afterwards using several of the tools on the Parse palate in Designer:

 

https://raw.githubusercontent.com/OpportunityInsights/EconomicTracker/main/data/Affinity%20-%20City%....

 

 

neilgallen
12 - Quasar

@LEXQ2005 

 

the most typical way this is done is by using a text input tool along with a download tool. There are two different routes from there, depending on how you wish to proceed.

 

The first step is inputting your url into the text input tool and then connecting to the download tool. The main choice you will need to make here is where the downloaded data is stored, either as a single string or as a temporary file.

 

download config.png

 

downloading as a string will require you to parse the field using a parse tool or other methods. Downloading as a temporary file then requires a dynamic input tool, but won't require the parsing so it could in fact be a simpler route.

 

the attached workflow gives you a rough idea.

 

LEXQ2005
8 - Asteroid

@mbarone @neilgallen 

Thanks for replying. 

When I use your urls

(https://raw.githubusercontent.com/OpportunityInsights/EconomicTracker/main/data/Affinity%20-%20City%...

https://query.data.world/s/vs2hc42cwog4qpusqglljbzvp6p7zm), both reach an error of "Error transferring data: Failure when receiving data form the peer."

LEXQ2005_0-1617665276515.png

 

mbarone
16 - Nebula
16 - Nebula

Could be an issue with your firewall/proxy/proxy scripts.  I'm assuming you can paste the URL into a browser though and see the data, correct?  If so, best to reach out to support@alteryx.com.  They had to help me with my proxy settings, as well as my internal IT/Security group.  

Labels