Re: [gdal-dev] Using ogr2ogr to convert from csv - drops text after number

2017-10-25 Thread Even Rouault
John, The issue is a wrong detection of the field type in the GeoRSS/Atom driver, which I just fixed per https://trac.osgeo.org/gdal/ticket/7108 There's no workaround, apart from grabbing a build with the above fix. Even -- Spatialys - Geospatial professional services http://www.spatialys.com

[gdal-dev] Using ogr2ogr to convert from csv - drops text after number

2017-10-25 Thread John D. Muccigrosso
I'm using ogr2ogr to convert an xml file (from Google sheets) to csv. All is well except when there's a value like 1 two then the conversion will clip throw out everything after the "1". I take it that it sees a number and stops there. I've got a workaround, but is there any way to tell