<div dir="auto"><div>Hi Johannes,<div dir="auto"><br></div><br><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Johannes Radinger <<a href="mailto:johannesradinger@gmail.com">johannesradinger@gmail.com</a>> schrieb am Fr., 21. Feb. 2020, 15:13:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div>Hi all,</div><div>I am trying to import a *.gml file which I received from a governmental agency. However when trying v.import I get an error message (see below). I can successfully import the file in QGIS (and display the attribute table). Other gml files from the same region and from the same provider work also. </div><div><br></div><div>I can imagine it might be related to some attribute names?! Is the attribute name 'order' not a valid column name as ORDER is also an sqlite command? Anybody any ideas what's wrong with the file or the import? </div><div><br></div><div>cheers,</div><div>Johannes</div><div><br></div><div>#############################</div>Importing </.../FLUSSORDNUNGSZAHL_NGP2015.gml> ...<br>Check if OGR layer <Watercourse> contains polygons...<br>Creating attribute table for layer <Watercourse>...<br>Default driver / database set to:<br>driver: sqlite<br>database: $GISDBASE/$LOCATION_NAME/$MAPSET/sqlite/sqlite.db<br>Column name <inspireId|Identifier|localId> renamed to <inspireId_Identifier_localId><br>Column name <inspireId|Identifier|namespace> renamed to <inspireId_Identifier_namespace><br>DBMI-SQLite driver error:<br>Error in sqlite3_prepare():<br>near "order": syntax error<br>DBMI-SQLite driver error:<br>Error in sqlite3_prepare():<br>near "order": syntax error<br>ERROR: Unable to create table: 'create table Watercourse (cat integer, gml_id text, language varchar ( 3 ), nativeness text, sourceOfName text, pronunciation text, text varchar ( 90 ), script varchar ( 4 ), transliterationScheme text, grammaticalGender text, grammaticalNumber text, classificationScheme varchar ( 8 ), localId integer, namespace varchar ( 83 ), beginLifespanVersion varchar ( 25 ), inspireId_Identifier_localId integer, inspireId_Identifier_namespace varchar ( 83 ), versionId varchar ( 5 ), origin text, persistence text, tidal text, drainsBasin text, delineationKnown integer, length double precision, length_uom varchar ( 1 ), level text, order varchar ( 36 )</div></blockquote></div></div><div dir="auto"><br></div><div dir="auto">^-- order is a reserved SQL word, please rename the column before importing.</div><div dir="auto"><br></div><div dir="auto">HTH,</div><div dir="auto">Markus</div><div dir="auto"><br></div><div dir="auto"><br></div><div dir="auto"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">, orderScheme varchar ( 83 ), scope varchar ( 8 ), width text)'<br>ERROR: Unable to import OGR datasource </..../FLUSSORDNUNGSZAHL_NGP2015.gml><br>################<div><br></div><div>My system:</div><div>GRASS version: <a href="http://7.9.dev" target="_blank" rel="noreferrer">7.9.dev</a>                                                          <br>Code revision: ac8bd2777                                                        <br>Build date: 2020-01-21                                                          <br>Build platform: x86_64-pc-linux-gnu                                             <br>GDAL: 2.2.3                                                                     <br>PROJ: 4.9.3                                                                     <br>GEOS: 3.6.2                                                                     <br>SQLite: 3.22.0                                                                  <br>Python: 3.6.9                                                                   <br>wxPython: 4.0.1 <br><div>                     <br></div></div></div>
_______________________________________________<br>
grass-user mailing list<br>
<a href="mailto:grass-user@lists.osgeo.org" target="_blank" rel="noreferrer">grass-user@lists.osgeo.org</a><br>
<a href="https://lists.osgeo.org/mailman/listinfo/grass-user" rel="noreferrer noreferrer" target="_blank">https://lists.osgeo.org/mailman/listinfo/grass-user</a></blockquote></div></div></div>