Le dimanche 21 juillet 2013 02:08:58, aperi2007 a écrit : > Hi, Rouault > > it work well. > > I see it want necessary the first line with titles. > To avoid it the docs say to use an integer field. > This is not my situation. > I have a file with all text fileds but without a title in the first line. > > There is a parameter to avoid the first line of fileds-name ?
Andrea, No, there isn't such a parameter in the CSV driver. If you just have one file to convert, the easiest solution is to take your favorite text editor and add a first line that will server as the header line : column1,column2,... Even -- Geospatial professional services http://even.rouault.free.fr/services.html _______________________________________________ gdal-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/gdal-dev
