Peter Halls york.ac.uk> writes:
>
>
>
>
> David,
>
http://www.qgis.nl/2012/07/13/koppelen-van-data-uit-csv-bestand/?lang=en
defines the cvst file as a sequence of comma separated column definitions.
The examples are all 'dense', with no space between the comma and the next
value. It se
David,
http://www.qgis.nl/2012/07/13/koppelen-van-data-uit-csv-bestand/?lang=endefines
the cvst file as a sequence of comma separated column definitions.
The examples are all 'dense', with no space between the comma and the next
value. It seems odd to define it in this way - perhaps there is a r
I am trying to use a .csv file in a qgis project. After not getting
what I expected, I learned about .csvt files and wrote a file that
looked like
"String", "Integer"
with a space following the comma. This did not work - both fields
were still read as String. Aft