Rich wrote: > I have some shapefiles whose > attribute tables have data I'd like to add to > the postgres database table. Looking at the GUI > database menu I don't see a module to dump the .dbf > file contents to an ASCII file. Is there a way to > do this?
fwiw, as a generic command line tool `dbview` will dump a dbf file to ASCII. `dbview -bt file.dbf` Hamish _______________________________________________ grass-user mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/grass-user
