Skip to main content

Document examples to exclude geometry from Export to CSV / XLSX

Comments

1 comment

  • Dan Huerter

    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

Please sign in to leave a comment.