You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
ganesh.r...@gmail.com
on 11 Jan 2011 at 7:30The text was updated successfully, but these errors were encountered: