Free Trial

Alteryx Designer Desktop Discussions

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

XML as an input

JasonJaworski
6 - Meteoroid

I am not very familiar with XML and had a questions for the community. Is there an input tool that will run XML code to bring in results? I am trying to bring in data from a hosted CRM and was given the XML code to retrieve it but not sure how to use that in Alteryx? Thanks in advance!

2 REPLIES 2
binuacs
21 - Polaris

@JasonJaworski XML parse tool would be usefull

image.png

caltang
17 - Castor
17 - Castor

If you prefer to more flexibility, you can also import your XML as a text file with a '\0' delimiter. You can then use Text-to-Columns or REGEX to parse/tokenize it further to your liking.

 

But the XML tool is what you should look at first.

Calvin Tang
Alteryx ACE
https://www.linkedin.com/in/calvintangkw/
Labels
Top Solution Authors