csvcut: should allow for numeric names of columns
Created by: fgregg
I have data with a column names like
pre-k,k,01,02,03,04,05
where the numbers refer to grades. I can't select the 3rd grade column using csvcut
csvcut -c "k,03" returns the kindergarten row and the 2nd grade row (the fourth column)