nalio / diffkit

Automatically exported from code.google.com/p/diffkit
0 stars 0 forks source link

Display Matching Records #65

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
If the records in two files match and there is no difference, they are ignored 
in the output. There could be an option to display those matching lines as 
well. See below for an expected output.
File1 Records: 
PK1,a,b,c,d,e 
PK2,f,g,h,i,j 
PK3,k,l,m,n,o 

File2 Records: 
PK1,a,b,c,d,e 
PK2,f,g,h,i,4 
PK3,k,l,m,9,0 

Expected Output, need not be exactly the same 
@PK1 
=a,b,c,d,e (rows matching)
@PK2 (diff rows)
>f,g,h,i,j 
<f,g,h,i,4 
@PK3 (diff rows)
>k,l,m,n,o 
<k,l,m,9,0 

What version of the product are you using? On what operating system?
0.8.3 on Linux

Original issue reported on code.google.com by ganesh.r...@gmail.com on 11 Jan 2011 at 7:30

GoogleCodeExporter commented 9 years ago

Original comment by trur...@gmail.com on 12 Jan 2011 at 3:25

GoogleCodeExporter commented 9 years ago

Original comment by trur...@gmail.com on 20 Jan 2011 at 11:46