Export to CSV
Exports the data in an Excel range, table, or sheet to a specified CSV file.
Input
- Cell Range: Cell range to be exported from Excel file to CSV file
- Type:
System.String - Required
- Type:
File
- File Path: The path to save the CSV file
- Type:
System.String - Required
- Type:
Details
- This activity can only be used within the Use Excel File activity. Excel application must be installed on the machine where the process will run.
- If the CSV file does not exist, it is created when the automation is executed. If the file already exists, it is replaced by the automation.