Document examples to exclude geometry from Export to CSV / XLSX
There's an idea that's been implemented in VSW 5.6 to exclude fields when exporting to CSV. Original Idea https://support.vertigis.com/hc/en-us/community/posts/11497748892946-Configure-fields-for-export-to-xlsx-csv-and-shp
This great but I'm unable to find examples in documentation to demonstrate how to remove geometries on export to CSV.
Can we please get some examples of how to achieve this as all attempts so far, include the geometry field by default.
Happy to provide more context as to why this is a great and important feature.
Thank you.
-
With the help of Lance Bolton I modified the Export to xlsx function to:
[
{
"name": "results.convert-to-xlsx",
"arguments": {
"geometryFormat": "NONE"
}
},
"system.download-file"
]
And the geometry column no longer exports. Similar change to Export to CSV also works.
1
Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.
Kommentare
1 Kommentar