I have CSV with 4th column "2" "3" "6" etc
Yest, there are quote marks
How to import this column in CC to scaler field not label?
..
String to scaler field
Re: String to scaler field
Sadly, CC cannot 'magically' convert these to numbers (as we rely on Qt to convert strings to numbers). Adding another step to remove potential quotes would make the loading process even slower than it is right now.
The best is probably to open fist the file with something like notepad++ and remove all double-quotes characters.
The best is probably to open fist the file with something like notepad++ and remove all double-quotes characters.
Daniel, CloudCompare admin