Csv to Excel
The Csv To Excel component in Robbot RPA enables you to convert CSV files to Excel files. You can specify the folder path of the CSV file, the file name for the Excel file, and the result status of the operation.
Parameters
Folder Path : Click the button and select the folder location where the CSV file is located. Type : String
File Name : Click the button and choose the location where you want to save the Excel file. Type : String
Result : Returns the status of the operation, indicating whether it was performed correctly Type : Boolean
Usage
To use the CsvToExcel component in your Robbot RPA project, follow these steps:
Open your Robbot RPA project.
Drag and drop the CsvToExcel component into your sequence or workflow.
Configure the component by providing the necessary input:
Click the button next to the Folder Path parameter and select the folder location where the CSV file is located.
Click the button next to the File Name parameter and choose the location where you want to save the Excel file.
Continue building your sequence or workflow by adding other components or actions as needed.
Execute your sequence or workflow to convert the CSV file to an Excel file.
By using the CsvToExcel component, you can easily convert CSV files to Excel files in your Robbot RPA project. Specify the folder path and file name to customize the behavior of the component. The resulting status will indicate whether the conversion was performed correctly.