Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Display Matching Records #65

Open
GoogleCodeExporter opened this issue Jan 7, 2016 · 2 comments
Open

Display Matching Records #65

GoogleCodeExporter opened this issue Jan 7, 2016 · 2 comments

Comments

@GoogleCodeExporter
Copy link

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
Copy link
Author

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

  • Changed state: Accepted

@GoogleCodeExporter
Copy link
Author

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

  • Added labels: Type-Enhancement
  • Removed labels: Type-Defect

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant