I have a large csv file which I’ve created using EST, however all the new columns added are being recognized as String values. which hinders my workflow in QGIS.
I need to convert 40+ columns from string to integer. any ideas?
I have actually managed to resolve this by outputting to Excel and manually changing all columns to Integer and then from excel I exported as CSV which now works in QGIS correctly. It would be really nice to have the manual change option in csv outputs too if it was possible.
All of the cells were numbers but for some reason when outputting csv, QGIs reads them as text which prevents me from running analysis on them.
In a CSV file there is no way to specify column type. I am guessing that QGis doesn’t like the use of commas (and perhaps .00) in your example. You can remove commas and decimals using the Num Format transform in Easy Data Transform. I would try doing that and then output to CSV.