On csvgrep version 1.0.7 I am always getting the first line of my data file returned even though it doesn't have a match in the pattern file. I've tried this a few different ways with different files, columns and patterns etc. - the issue occurs in all cases. The very simple test below reproduces the issue for me.
Hi all,
On csvgrep version 1.0.7 I am always getting the first line of my data file returned even though it doesn't have a match in the pattern file. I've tried this a few different ways with different files, columns and patterns etc. - the issue occurs in all cases. The very simple test below reproduces the issue for me.
The above always returns 'b', but even though 'b' is not in the test pattern.txt file. Seems like a pretty clear (and kind of scary) bug to me.
Barry