Csv To Cloud Objects
Converts a CSV File to a Cloud Object /Cloud Object List
Description
Converts a CSV file to a Cloud Object / Cloud Object List
Each line on the CSV will be represented as a single Cloud Object matching the Business Model
input
Example
(For readability purposes, the Cloud Object List is represented as a JSON)
CSV file input:
firstname,lastname
john,doe
jane,doe
Resulting Cloud Objects:
[
{"firstname":"john", "lastname":"doe"},
{"firstname":"jane", "lastname":"doe"}
]
Inputs
- Control Flow (Control Flow)
- source (File): The CSV input file
- data type (Type): The Business Model matching the resulting Cloud Object
- persist (Boolean)
Outputs
- Control Flow (Control Flow)
- cloud objects (List): The resulting Cloud Object / Cloud Object List
- Error Flow (Error Flow): Error Flow