How to merge multiple xml files with same name but in different subfolders using Python?

Viewed 36

I have a folder with subfolders in each subfolder there is an XML file with the same name. I need to make a loop that goes over these subfolders, finds files with the same name, combines them, and saves them in a different folder.

0 Answers
Related