If one attempts to use csvgrep --columns with columns whose names contain -, then we get the error message
ColumnIdentifierError: Invalid range %s. Ranges must be two integers separated by a - or : character.
This is true even if the columns names were quoted.
If one attempts to use
csvgrep --columns
with columns whose names contain-
, then we get the error messageColumnIdentifierError: Invalid range %s. Ranges must be two integers separated by a - or : character.
This is true even if the columns names were quoted.Tested using csvgrep 2.0.1.