Many software can generate reports as XML. I have received reports of users’ sessions in XML format from a GNSS software we have been using recently. However, the report for each session unfortunately did not come in a single XML file. This meant that I opened the XML file for each session one by one and analyzed it. I started researching how to combine XML files of all these sessions in the same format into a single XML file, and as a result, the Windows Console program, which I named XML Merge.exe, came out. In short, the program collects XML files of the same format in a single XML file. In this way, the user can easily perform analysis with a single XML file.
You can download the XML Merge.exe file, which is included in the compressed file of the program, by clicking here. You can also get an idea of how the program is used by watching the video below.
I hope the content prepared will be useful…