Re: [GRASS-user] v.db.join ERROR: JOIN is not supported for tables stored in DBF format.

2009-09-19 Thread Martin Landa
Hi, 2009/9/16 Agustin Lobo : > I've made a simple oldnewclass.csv table and then: >> db.in.ogr --o oldnewclass.csv out=oldnewclass >> db.select oldnewclass | more > old|new > 1|1 > 2|2 > 3|274 > 4|274 > ... >> g.copy vect=Montseny07,delme >> v.db.join delme col=VALUE otable=oldnewclass ocol=old >

[GRASS-user] v.db.join ERROR: JOIN is not supported for tables stored in DBF format.

2009-09-16 Thread Agustin Lobo
Hi! I've made a simple oldnewclass.csv table and then: > db.in.ogr --o oldnewclass.csv out=oldnewclass > db.select oldnewclass | more old|new 1|1 2|2 3|274 4|274 ... > g.copy vect=Montseny07,delme > v.db.join delme col=VALUE otable=oldnewclass ocol=old ERROR: JOIN is not supported for tables store