Zum Hauptinhalt gehen

Is there a way of exporting a FeatureSet to XLSX?

Kommentare

4 Kommentare

  • Permanently deleted user

    @Chris Dunlop? The DataTable to XLSX activity requires the Run SQL Query. AFAIK, there is no reciprocal of the DataTable to FeatureSet activity currently in Workflow 5.

     

    If you want to do this with server-side, you could pass in a variable which times a FeatureSet to its associated sql table to execute the query to return a DataTable or use the Workflow 4 FeatureSet to DataTable. Neither are elegant solutions.

    0
  • Berend Veldkamp

    I haven't tried this, but I think it should be straightforward to convert a featureset to CSV, and then use the Convert CSV To Data Table activity to create a datatable that can be used in Convert Data Table To XLSX.

    0
  • Peter Milenkovic

    Hi Berend,

     

    How would you go about converting a featureset to a csv? Appending to a string value while looping through all the features/attributes?

    0
  • Berend Veldkamp

    No, I think I'd use the results.from-graphics, and results.convert-to-csv operations in a client workflow.

    0

Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.