Hi,
can you please help me with parsing xml files into tables? I have thousands of XML files in a folder like this:
And I would like to parse them into separate tables in MS SQL database.
XML samples:
3I6LAKPVSLXSK316_FLX101_202164_152620_result.xml (10.1 KB)
316COGLT07XSK316_FRX101_2020921_94834_result.xml (1.6 KB)
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:
Thank you