Is there a LINQ method to combine multiple large files and the output will match the template? I am enclosing the 10 input files and the file with the desired output.
You can use for each file activity and then inside that use read range and merge datatable activity to merge all the data together …data manipulation as per your output column needs to be done by adding columns where needed using add data column activity and then use write range to write to required excel