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

Reading Data from IATI

Guruprem
6 - Meteoroid

Hi ,

 

I am looking for a way to read the data from IATI website, Following URL can generate the Kenya data in XML format

http://datastore.iatistandard.org/api/1/access/activity.xml?recipient-country=KE

 

Please suggest in Alteryx, how can I read this data from web. Attached is what I tried.

Download from web.PNG

 

 

 

 

 

3 REPLIES 3
s_pichaipillai
12 - Quasar

I updated your workflow

1. use the downlaod data filed for further parsing 

2. use multiple xml parse tool for each outerxml 

 

Guruprem
6 - Meteoroid

Thanks 

MichelSza
7 - Meteor

By experience, in addition to XML Parse, you may need to use the Regex tool when it is to extract the value for a known entity.

 

Also, to avoid too many API calls during development, you can add the cache dataset tool  (http://community.alteryx.com/t5/Engine-Works-Blog/The-Cache-Dataset-Macro/ba-p/3162)

 

 

Labels
Top Solution Authors