Table
The Table component in Robbot RPA enables you to extract data from a CSV file by specifying the XPath of the table in the file. It reads the data from the table and saves it to a specified file.
Parameters
XPath : Enter the XPath of the table in the CSV file that you want to extract data from. Type : String
File Path : Enter the path of the file where you want to save the extracted data. Type : String
Result : Returns the status of the operation, indicating whether it was performed correctly or not. Type : Boolean
Usage
To use the Table component in your Robbot RPA project, follow these steps:
Open your Robbot RPA project.
Drag and drop the Table component into your sequence or workflow.
Set the XPath parameter by entering the XPath of the table in the CSV file from which you want to extract data.
Set the File Path parameter by entering the path of the file where you want to save the extracted data.
Continue building your sequence or workflow by adding other components or actions as needed.
Execute your sequence or workflow to read and extract the data from the specified table in the CSV file and save it to the specified file.
By using the Table component, you can automate the extraction of data from CSV files and further process it in your Robbot RPA project.