Extract Data From List
The Extract Data From List component in Robbot RPA enables you to automate the process of extracting data from a table on a website. This component uses XPath to locate the table and the corresponding cell values to retrieve the desired data.
Parameters
XPath : Enter the XPath of the table you want to extract data from. Type : String
Environments : Enter a dictionary where the keys represent the column names or data labels, and the values represent the XPath to the corresponding cells. This allows you to specify which data you want to extract from the table. Type : Dictonary
Result : Returns the extracted data from the table as a JArray. Type : JArray
Usage
To use the Extract Data From List component in your Robbot RPA project, follow these steps:
Open your Robbot RPA project.
Drag and drop the Extract Data From List component into your sequence or workflow.
Set the XPath parameter by entering the XPath of the table you want to extract data from.
Define the Environments parameter by creating a dictionary where the keys represent the column names or data labels, and the values represent the XPath to the corresponding cells.
Continue building your sequence or workflow by adding other components or actions as needed.
Execute your sequence or workflow to perform the operation of extracting data from the specified table.
By utilizing the Extract Data From List component, you can automate the process of extracting data from tables on websites in your Robbot RPA project. This allows you to retrieve specific data from tables and use it for further processing or analysis.