On Mon, 2008-11-03 at 16:58 +0100, Nikos Alexandris wrote: > Is there (hopefully?) any way to translate for example all Caps to lower > case letters in all column names of a vector maps attribute tavble > (stored in sqlite.db)? > > Any way to apply similar techniques like with common GNU text utilities > (i.e. tr, sed, cut)? > > Kind regards, Nikos
The command v.db.renamecol map=test_rencol column="AREA","area" does not work. I assume that trying to use 'tr' for example wouldn't help (?). Or am I doing something wrong? _______________________________________________ grass-user mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/grass-user
