Hi,
I have thousands xml files in different folders. I would like to import those xml files with the folder name to a excel worksheet. For instance, I have a folder call: Test1, inside of Test1 folder, I have two xml files with column: Name, Number.
So I would like the excel worksheet display as the following after the importing:
Name Number Folder Name
Tom 123 Test1
Anna 456 Test2
Thanks in advance.