2022.1

Table Of Contents
extract(jPath)
Extracts the text value of the specified element in a JSON file.
jPath
JsonPath expression (String) that can be relative to the current location or absolute from the
start of the record. See also: "JsonPath" on page263.
Example
The script command data.extract('$[0].FirstName'); means that the extraction is made on the
FirstName element found in the first element in the array at the root.
Page 435