Export to GitHub

csvfix - issue #23

Proceed all columns without specified - feature request


Posted on Jul 14, 2010 by Grumpy Giraffe

I would like have flag opposite to -f (useful for csv with many columns).

in.csv: name1,name2,name3...

CSVFix edit -e 's/[a-z]//g' -nf 1 in.csv

Output: name1,2,3...

Cheers

Comment #1

Posted on Jul 30, 2010 by Happy Hippo

It would be a nice idea, but it's quite a bit of work. Deferred.

Status: WontFix

Labels:
Type-Defect Priority-Medium