swap columns in command line

Feel free to ask any question here
Post Reply
ManonDurham
Posts: 1
Joined: Fri Jun 16, 2017 1:42 pm

swap columns in command line

Post 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
daniel
Site Admin
Posts: 7331
Joined: Wed Oct 13, 2010 7:34 am
Location: Grenoble, France
Contact:

Re: swap columns in command line

Post 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.
Daniel, CloudCompare admin
Post Reply