Articles → UiPath → Read CSV, Write CSV And Append CSV Activities In Uipath
Read CSV, Write CSV And Append CSV Activities In Uipath
Purpose
- Read CSV → This activity reads the data from the CSV file and stores it in the data table
- Write CSV → This activity writes the data of the data table in the CSV file
- Append CSV → This activity appends the data in the CSV file
Example
Click to Enlarge
- Drag and drop the "Read CSV" activity. Set the file path to "Book1.csv" and output the data to the variable "MyDataTable".
- Drag and drop the "Write CSV" activity. Set the file path to "Book2.csv" and the data source is "MyDataTable".
- Drag and drop the "Append CSV" activity. Set the file path to "Book3.csv" and the data source is "MyDataTable".
Click to Enlarge
Output
Click to Enlarge