Cloud Objects To Csv
Converts a Cloud Object/Cloud Object List 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
- Cloud Objects (List): The Cloud Object / Cloud Object List
Outputs
- Result (File): The resulting CSV File
- Error Flow (Error Flow): Error Flow