Closed junderwood closed 11 years ago
echo 1,2,3,4 | csv-shuffle --fields=one,two,three,four --output-fields=one,two 1,2,3,4
The other variants seem to work though.
j.underwood@gumtree ~/data/apples/2013-03-apple-farm/shrimp/processed $ echo 1,2,3,4 | csv-shuffle --fields=one,two,three,four --output-fields=one,two,four,one 1,2,4,1
hm... works on my machine...
echo 1,2,3,4 | csv-shuffle --fields=one,two,three,four --output-fields=one,two 1,2
have you done git pull recently?
Sorry - latest ver works.
echo 1,2,3,4 | csv-shuffle --fields=one,two,three,four --output-fields=one,two 1,2,3,4
The other variants seem to work though.
j.underwood@gumtree ~/data/apples/2013-03-apple-farm/shrimp/processed $ echo 1,2,3,4 | csv-shuffle --fields=one,two,three,four --output-fields=one,two,four,one 1,2,4,1