Skip to content
This repository has been archived by the owner on Feb 18, 2021. It is now read-only.

does not detect duplicated lines #54

Open
simbo1905 opened this issue May 22, 2019 · 0 comments
Open

does not detect duplicated lines #54

simbo1905 opened this issue May 22, 2019 · 0 comments

Comments

@simbo1905
Copy link

Summary

Duplicated rows appear to be ignored and the user is told that files are identical.

Minimal Reproducible Example

 2019-05-22 06:03:45 ⌚  |2.4.4| MacBook-Pro-3 in ~/projects/csvdiff
± |master ?:27 ✗| → head a.csv duplicate.csv 
==> a.csv <==
id,name,amount
1,bob,20
2,eva,63
3,sarah,7
4,jeff,19
6,fred,10

==> duplicate.csv <==
id,name,amount
1,bob,20
2,eva,63
3,sarah,7
4,jeff,19
4,jeff,19
6,fred,10

 2019-05-22 06:04:10 ⌚  |2.4.4| MacBook-Pro-3 in ~/projects/csvdiff
± |master ?:27 ✗| → csvdiff --style=summary id a.csv duplicate.csv 
files are identical

 2019-05-22 06:04:25 ⌚  |2.4.4| MacBook-Pro-3 in ~/projects/csvdiff
± |master ?:27 ✗| → 
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant