| Message: 68945 |
 |
BY: Vincent Fourmond (fourmond) DATE: 2009-04-22 20:05 SUBJECT: RE: Example nasty data file Hello !
What you're looking for is the --text-separator '\t' option, which will make the text parsing mechanism stop at real tabs (and not all whitespace as is the default).
Then, my guess is you need the 3:8 specification:
ctioga --text-separator '\t' data.dat@3:8
BTW, a new version of ctioga, rewritten from scratch, is in progress to overcome several of the problems of the current one. | |