Include coordinates in export to .csv file

I'm trying to export a selection from the data browser as a CSV, but it doesn't include the coordinates. It will export all the feature properties, but not the coordinates. Open to suggestions.

I also have exported the file as a GML, and I can see the coordinates listed:

<OGC_GEOMETRY>
   <gml:Point>
      <gml:pos>517343.868611661 6971101.34162012 0</gml:pos>
   </gml:Point>
</OGC_GEOMETRY>

... but I need to get these as a column in the spreadsheet.

Thanks all :) 

Parents Reply Children
No Data