Tuesday, 10 March 2015

qgis - How to export csv/excel in QGIS3.0 model processor?



In the model processor for QGIS 3.0, how do I have the attribute table export as an excel? I have five different outputs/excels I need and would like to automate the process instead of needing to gobto each layer individually.



Answer



I'd guess you just have to set the outcome of the specific processes as final ones, then QGis (at least 2.x) will ask you where to save it.


No comments:

Post a Comment

arcpy - Changing output name when exporting data driven pages to JPG?

Is there a way to save the output JPG, changing the output file name to the page name, instead of page number? I mean changing the script fo...