Last Updated: Feb 14, 2022
The CSV Datasets can be using in an automation flow using the following nodes:
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.
- 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.