Re: [gdal-dev] Convert a csv text file in a dbf file

2013-07-13 Thread Even Rouault
Le samedi 13 juillet 2013 08:46:10, Andrea Peri a écrit : > Hi, > > I have a csv text file without any geometric field. > > I need to convert it in a simple dbf file. > > Is this possible to do with ogr2ogr ? Yes $ cat nogeom.csv id,foo 1,bar $ ogr2ogr nogeom.dbf nogeom.csv $ ogrinfo nogeom.

Re: [gdal-dev] Convert a csv text file in a dbf file

2013-07-13 Thread Antonio Falciano
Il 13/07/2013 08:46, Andrea Peri ha scritto: Hi, I have a csv text file without any geometric field. I need to convert it in a simple dbf file. Is this possible to do with ogr2ogr ? ogr2ogr employee.shp employee.csv Cheers, Antonio -- Antonio Falciano http://www.linkedin.com/in/antoniofalc