Alteryx Designer Desktop Discussions

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

XML Parsing technics

mikaelhyensjo
7 - Meteor

Hi.

 

We problems to parse attached XML file and need help finding the right tools to parse it.

 

Regards Mikael

3 REPLIES 3
MarqueeCrew
20 - Arcturus
20 - Arcturus

@mikaelhyensjo,

 

I read the xml file into a standard input tool and it parsed nicely for me.  I deleted the entity field (all empty) and saw lots of repeating columns with Null() values.  There were three (3) types of record types and it looked like the following fields could be used as part of a key:

  • Record Type
  • Property
  • Property_Name
  • Property_IsReadOnly
  • Property_ValueType

I then TRANSPOSED the data into Name & Value pairs (by key) into data that should be easy to work with (especially a VIZ tool).  I also deleted any records with a Null() Value.

 

Capture.png

 

Cheers,

Mark

Alteryx ACE & Top Community Contributor

Chaos reigns within. Repent, reflect and restart. Order shall return.
Please Subscribe to my youTube channel.
mikaelhyensjo
7 - Meteor

Thank You Mark 👍

MarqueeCrew
20 - Arcturus
20 - Arcturus

You're quite welcome.

 

Thanks for the challenge,

 

Mark

Alteryx ACE & Top Community Contributor

Chaos reigns within. Repent, reflect and restart. Order shall return.
Please Subscribe to my youTube channel.
Labels