And I need to somehow parse all of these XML files to tables for example by the “test name” because I would like to create a report from these data via Power BI.
What I imagine is that the tables would look something like this. Each table contains the order id, DateTime from the eolpresenting, and the values from the tests.
Example of one output table:
Hi, thank you for your answer but I still struggling with how to do it. I´m a beginner with UiPath and this looks like another level. I would like to go through all these xml files and get all the values from the tests and put them into a specific table in the SQL database. My idea is to have a table for each (for example test name=“Manual test” + each of these tables would contain OrderId and DateTime from eolpresetting. Should I first create these tables manually in SQL and then somehow insert values into these tables using RPA? Thank you for your advice