<div dir="ltr">Hi Even/Andre,<br><br>After going through the OGR Virtual Format documentation again I realized that the GeometryField sub-element has an optional attribute called reportSrcColum. <br><br>When set to FALSE  (by default is set to TRUE) the source geometry fields (longitude and  latitude columns in .csv file) will only be used to build the geometry of the features of the VRT layer but they will not be copied over to the attribute table in QGIS. In contrast if I use the default value the source geometry fields will only be copied over without building the geometry. Have I understood correctly? <br>
<br>Modifying the following line it worked:<br><br><GeometryField encoding="PointFromColumns" reportSrcColumn="false"   x="longitude" y="latitude"/><br><br>Thanks again for your help<br>
<br>Andrea<span style="font-family:courier new,monospace"><span style="font-size:11pt"></span></span></div>