Skip to main content

Open Json File

The Open Json File component in Robbot RPA allows you to read and parse data from a JSON file. This component enables you to extract information from JSON files and work with the data within your automation workflows.

Parameters

JSON File : Click the button next to this parameter to select the JSON file you want to read. Provide the path to the JSON file as a string value. Type : JArray

Result : This parameter returns the data from the JSON file in a DataTable format. Use this output to access and manipulate the JSON data within your automation. Type : DataTable

Usage

To use the ReadJson component in your Robbot RPA project, follow these steps:

Open your Robbot RPA project.

Drag and drop the ReadJson component into your sequence or workflow.

Configure the component by providing the necessary input:

Click the button next to the JSON File parameter and select the JSON file you want to read.

Continue building your sequence or workflow by adding other components or actions as needed.

Use the Result output parameter of the ReadJson component to access the data from the JSON file as a DataTable.

Execute your sequence or workflow to read the JSON file and retrieve the data.

By utilizing the ReadJson component, you can easily read and extract data from JSON files, allowing you to incorporate JSON data into your automation processes in Robbot RPA.