I have 2 datatables with multiple column of same coluumn names but differnt orders
my input datatable has data with few missing values
my master datatable has all the data but i want to extract only the missing values of dt1 and paste in dt1 missing cell
below is my input datatable
below is my master datatable
my output should be
the common key between these two datatable is column “key”
Thiis is a sample dt
my dt has several columns and rows
so i have to fill all the missing cell values only of dt1 by fetchiing it from master dt