...
This operator extracts the Field from a JSON object.
Operator Usage in Easy Mode
- Click + on the parent node.
- Enter the Extract field in Jsonoperator in the search field and select the operator from the Results to open the operator form.
- In the Input Table drop-down, enter or select a table from which to source the data.
- In the Json Column field, choose the column that contains the JSON object.
- In the Path field, enter the field path that needs to be extracted from the JSON object.
- Click Run to view the result.
- Click Cancel to discard the operator form.
Usage Details
Text LQL Command extractFieldInJson(inputTable: TableReference, jsonColumn: ColumnReference, path: String)
...