hello team, please advise how to achieve this
there are 9 excel files, and each excel file has sheets "ABCD" and "1234". All the column headers in sheet "ABCD" are same in all the excel files and similarly same header names in sheet "1234" in all excel files.
Need to import all those 9 excel files in to one file with two sheets "ABCD" and "1234".
Was successful with "union" tool but was able to import only sheet "ABCD". Didn't know how to get sheet "1234" too in one go.
For the input we have to specify sheet, so specified sheet "ABCD" so sheet "1234" was left out from all files.
thank you