To extract data from an XML file in UiPath, you can use one of the following approaches:
Use the Read Text File activity to read the XML file as a text file, and then use a String manipulation activity to parse the data.
Use the XML activities to parse the data. To do this, you will need to first use the Read Text File activity to read the XML file as a text file, and then use the Load XML activity to load the file into an XMLDocument variable. You can then use the Select Nodes activity to select the nodes you want to extract data from, and use the For Each activity to loop through the nodes and extract the data using the Get Attribute Value activity.
(Or)
Use the Read Text File activity to read the XML file as a text file, and then use a String manipulation activity to parse the data.
Hi @kasmosh
The output is which format? if its in string means you can extract the data with regex function if not try to convert into string and above method.
If not works please share output results with datatype