Cloud Object To Csv
Description
Converts a Cloud Object or a Cloud Object List to CSV. Each Cloud Object will be represented on a single line in the CSV file.
Example:
(For readability purposes, the Cloud Object List is represented as a JSON)
Cloud Objects:
[
{"firstname":"john", "lastname":"doe"},
{"firstname":"jane", "lastname":"doe"}
]
Resulting CSV:
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 CSV File
- Error Flow (Error Flow): Error Flow