Cloud Object To Excel
Description
Converts a Cloud Object or a Cloud Object List to an Excel file. Each Cloud Object will be represented on a single line in the Excel file.
Example
(For readability purposes, the Cloud Object List is represented as a JSON, and the Excel file as a CSV)
Cloud Objects:
[
{"firstname":"john", "lastname":"doe"},
{"firstname":"jane", "lastname":"doe"}
]
Resulting Excel:
firstname,lastname
john,doe
jane,doe
Inputs
- Control Flow (Control Flow)
- cloud objects (List): The Cloud Object / Cloud Object List
- excel file name (String): The name of the resulting Excel file. The extension (.xlsx) is added if missing.
Outputs
- Control Flow (Control Flow)
- result (File): The resulting Excel file
- Error Flow (Error Flow): Error Flow