I would like to ask how can I copy the date from the source file into the destination file, as their table format is different.
As you can see, the date from “source” is displayed based on the ID, so if I extract it it will display 4 rows of the date based on ID. However, the destination file needs to display the date for more rows. How can I cope with the date with the different format, assuming the ID will keep increasing from time to time?
Thanks!!!
If you want to read the excel data to a datatable and write it in destination file.Then simply Use Read Range and write Range activity.But as we see in your destination file you have No,Date,ID columns If your Destination file have data but dates are not present then you have to take the condition that your “ID” columns in two datatables Match then it has to write the Date of 1st datatable to Destination File.