Automate tasks with CSV
Working with CSV files.
https://en.wikipedia.org/wiki/Comma-separated_values
Triggers
The trigger is the event that starts the automation.
-
If there are a new row in a CSV file
In a sequential order, returns the following row from a CSV file.
Actions
The action is what happens automatically, without you having to do anything else.
-
Convert a list of objects into a CSV file
Takes a list of objects as input, converts it to CSV (Comma-Separated Values) format, temporarily stores it, and returns a URL to access the file.
-
Convert CSV file to JSON file
Converts a CSV file to a JSON file.
-
Convert CSV file to JSON string
Converts a CSV file to a text string in JSON format.