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.
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