Hello everyone!
Please tell me how to add data from the excel file sample1 to the file sample2, so that the data is added in accordance with the names of the columns. Thanks.
Exapmle:
Before (sample2):
Is the schema of both excel file is same?
if same then first read both excel file. you can simply use merge datatable activity with add property like below