Hii,
My requirement is like i want to compare the values of two datatables based on two columns.
If both the Column values of datatable2 contains in datatable 1,then i need to take both the values of datatable1 ,add one row in datatable2 just below the matched value and paste the value of datatable 1.
The above is input file.
Like this i have two input files.The data is same as this file only the column name changes and all the data are unmerge in second input file,unlike above input file.
Note: where .mht is written is the second input file and where Excel is written is the first input file.
The requirement is like we can have any number of .mht input file and for that only one excel file is there.
If 3 .mht file is there so we will compare one row of excel with 3 .mht file.
Here we need to get unique value of column Entrycode, Col_D, Deal and Z_deal.
Note that in 1st input excel file thr Entry code and Col_D column is merged but in output it is unmerged.
Yess okay,
Firstly,There 2 input files which are similar but one file we need to consider it excel file and other one is extracted from web,so second file is .mht file we will consider .
First we need to check Entry number ,Entry Name and Numbrr of both the files.
If these three are match then only we will proceed ahead.
But the position of these column of both the file is not static.