I want to merge the 2 unstructure excel files?

i wanted to merge or combine the unstrutured excel files in first file and second file iam having simillary column name and i need to add that similary column names and along with required cloumns also how to do this

please find the 2 files inputs sheet are files and in output sheet i want results of match fileds along with required fileds
inputsheet.xlsx (7.3 KB)
inputsheet1.xlsx (7.5 KB)
outputsheet.xlsx (6.0 KB)

check my workflow please

TestVersion of MIR7 Validation.zip (37.0 KB)

can any one help me please

Hi @Naveen_Kanike

Naveen , you can try converting / reading the data as Datatable , then merge datatable together , add custom column names and then write them in an output excel sheet .

For reference please refer