Hi,
My req is to compare two files data. Basically these files would have been a exported data from Oracle database. It will follow the table structure. Using this structure, i want to compare the column level data between these two files.
For ex;
Data of File 1
10,test1,column 3
20,test2,column 3
Data of File 2
10,test1,column 3
40,test2,column 3
It should match these two files and say data in row2 doesnt match with the file2.
Appreciate the help
My req is to compare two files data. Basically these files would have been a exported data from Oracle database. It will follow the table structure. Using this structure, i want to compare the column level data between these two files.
For ex;
Data of File 1
10,test1,column 3
20,test2,column 3
Data of File 2
10,test1,column 3
40,test2,column 3
It should match these two files and say data in row2 doesnt match with the file2.
Appreciate the help
Comment