Open mdruiter opened 1 year ago
You are using the first field (default: -p0) as primary key. The issue is that three times "x" isn't a unique primary key.
Ah! I still would not expect a crash. Plus finding a difference where there is none is not helpful as default behavior...
Ah! I still would not expect a crash. Plus finding a difference where there is none is not helpful as default behavior...
The same thing happened to me too. i agree with your opinion
I get an exception, while comparing two simple files using
csvdiff -o word-diff
:Interestingly enough, this even happens with two equal files, including the difference found (
[-C-]{+A+}
). My example data, for both files:I tested both DOS (CRLF) and UNIX (LF) line endings. I'm running version 1.4.0 in Ubuntu via WSL2.