Search

How are CSV Datasets Used in Tasks

Articles

The CSV Datasets can be using in an automation flow using the following nodes:

  • Dataset node to fetch the data.
  • Upload CSV node to upload a CSV file during the task flow.
  • Download CSV node to download a CSV Dataset during the task flow.

Consider a task designed to maintain the Country Code, where a CSV file containing the Country Codes and Names are received in an email. The bot is expected to read the email and upload the CSV file as a CSV Dataset.

  • Use the Email Browser node to read the email and download the attachment.
  • Use the Upload CSV node to upload the CSV file as a CSV Dataset.
  • Image description
  • If in a task the Country Codes need to be referred and Country Names retrieved for them, the Dataset node is used to select from the selected CSV Dataset.
  • The CSV dataset can be downloaded for further processing in a task using the Download CSV node.

Did you find what you were looking for?