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!
@JasonJaworski XML parse tool would be usefull
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.