Read from xml file

I would need some help extracting contact information from an xml file.
The xml looks like this

and set a flow as follows

where the for each item
xdocXML.element(“Values”).elements(“br-kontakt-privat”)

@Zlotzky
your xml is defining a namespace.

have a look here for an example on how to handle namespaces

1 Like

I never managed to solve it. I attach the xml file here if anyone has the opportunity to check it out
XML_CaseUipath.xml (1.7 MB)

@Zlotzky
Setting up the quick prototype:

Variables:
Handling Namespace:


ElementNames to Extract - Prototype reduced set:
grafik

Read In XML
grafik
Ensure:
grafik

Retrieval of private contact element (mandatory use of the Namespace within the name)
grafik

iterating over the list of elmentnames (ExtractNames) and reading element value:

Logs:
grafik

Find starter help here:
Zlotzky.xaml (6.3 KB)

2 Likes

huge thanks, now I get it!

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.