Page 1 of 1

swap columns in command line

Posted: Fri Jun 16, 2017 1:54 pm
by ManonDurham
Hi,

This software is new for me; I'm trying to use the command line to automatize some process
I have a question, is it possible with the command line to open a ascii file by ignoring a column (the third one for example) or also to swap columns (for example column 1 = Z, column 2 = Scalar, column 3 =X and column 4 = Y

Thanks for your help!

Manon

Re: swap columns in command line

Posted: Fri Jun 16, 2017 7:18 pm
by daniel
Nope, that's not possible right now... However if your file has a header it can help CC guess what the columns correspond to:

Code: Select all

//X Y Z R G B etc.