Page 1 of 1
String to scaler field
Posted: Sun May 22, 2022 9:32 pm
by DA523
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?
..
- csv.png (28.61 KiB) Viewed 880 times
Re: String to scaler field
Posted: Sun May 22, 2022 10:13 pm
by daniel
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.