<div dir="ltr"><div>Hi all, <br></div><div><br></div><div>I want to use v.patch -e to patch geometries and attributes of polygon maps belonging to different states in Australia and the column names in the attr tables are the same (they only vary in the order in which they are) but when making an attempt, I get:</div><div><br></div><div>v.patch -e input=act_bushfire_2012_2017,tas_bushfire_2012_2017 output=test<br>ERROR: Column names differ<br></div><div><br></div><div>Column names here:</div><div><br></div><div>v.db.select tas_bushfire_2012_2017 | head<br>cat|FIRE_TYPE|OBJECTID|START_DATE|END_DATE|STATE|AREA_ha|PERIMETER_km<br></div><div><br></div><div>v.db.select act_bushfire_2012_2017<br>cat|OBJECTID|FIRE_TYPE|START_DATE|END_DATE|STATE|AREA_ha|PERIMETER_km<br></div><div><br></div><div>only OBJECTID and FIRE_TYPE are shifted.</div><div><br></div><div>Is there an easy way to reorder columns in the attribute table of a vector map?? I thought v.patch would match column names in the attr table...</div><div><br></div><div>Thanks much in advance, <br></div><div>Vero<br></div><div><br></div></div>