Re: [gdal-dev] .csvt file doesn't allow space after comma

2013-12-01 Thread Jukka Rahkonen
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

Re: [gdal-dev] .csvt file doesn't allow space after comma

2013-11-29 Thread Peter Halls
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

[gdal-dev] .csvt file doesn't allow space after comma

2013-11-28 Thread David Strip
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