Export Entire Results from Multiple Layers to either CSV or XLSX
Let me try to explain this, I have a workflow which queries multiple datasets and provides results from each of those datasets. In workflow designer I know how to export to a csv or a xlsx, but what I can't figure out is how I get the results from all the layers to export either different csv spreadsheets packaged togher or a xlsx onto different tabs.
I can currently only get the first result to export to a spreadsheet or the last result.
I have tried two methods so far:
1 - Get all Selected Features by Collection ID > FeatureSet to DataTable > DataTable to CSV > Convert String to Byte > Create Temp File > Display Link
2 - FeatureSet to Xlsx > Create Temp File > Display Link
Both of these only export one of the layers results. I need all the featuresets that have results. Any tips or help would be greatly appreciated.
0
-
Create a new DataSet.
Use the Add To DataSet to add DataTables to the DataSet.
Use DataSet To XLS.
Create Temp File etc.0
Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.
Kommentare
1 Kommentar