Hello everyone !
I have two data table “dt_1” and “dt_2”, they both are sorted in required manners , i want to check each row from both data table using column “TrackIDNumber”, if “dt_1” row is not matched with “dt_2” then i want to add empty row in “dt_2”.
I am doing this so that at later on i can join two table in excel and show to client as per their req.