Open fleimgruber opened 4 years ago
This is STR because one can specify a comma-separated list of column indices.
Thanks for checking back, has been a while.
This is STR because one can specify a comma-separated list of column indices.
This should be mentioned in the docs then? E.g.
--desc STR CSV column number or comma-separated list of column indices matching description
and I am wondering how a description can be taken from multiple columns? Does it just concatenate all the column values then?
The docs state
which should read
Or even better, specify CSV column by name since ordering of columns might be arbitrary depending on tools prior in the CSV transformation chain.