Triggers & Actions
Writes the data records into a CSV file. Record values are assembled into line and separated with arbitrary character, mostly comma. CSV may or may not define header line.
Appends the data records into an existing CSV file. Record values are assembled into a line and separated with a delimiter (comma by default). The existing header (if any) is preserved.
Templates using CSV File
Retrieves an offices.csv object from AWS S3, reads it into rows, and loops over each row keeping only four selected columns. The reduced rows are collected into a list, written to a new CSV file, and uploaded back to S3 as offices_reduced.csv. The workflow runs on demand.
Reads a local cities.csv file, parses it, and loops over each row. Rows with both a City and a State value are logged and inserted into the PostgreSQL CITY table; rows missing either value are logged as warnings. After the loop, it queries the row count of the CITY table and logs the total.
Similar Integrations
Approval component for manual intervention in workflows.
Brave gives you access to the same powerful, independent search index that powers the privacy-first search engine trusted by millions.
Actions and triggers for using with the chat widget.
The Crypto Helper allows you to use cryptographic functions.
The Data Mapper enables you to configure data mappings.
Using the Data Storage component, you can easily manage and operate on lists and objects by setting or retrieving any desired data. This process employs a key-value store mechanism, where the key represents the field's name and the value corresponds to the particular data's actual value.
Processes and transforms data in data streams.
Helper component for date and time manipulation.