Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

jsonToTable operator takes the JSON array from the first row of input and converts it to a table.

Operator Usage in Easy Mode

  1. Click + on the parent node.
  2. Enter the JSON to Table operator in the search field and select the operator from the Results to open the operator form.
  3. In the Table drop-down, enter or select the table containing the data to run this operator on.
  4. In the Column field, enter the name of the column to convert a JSON object to the table.
  5. Click Run to view the result.
  6. Click Save to add the operator to the playbook.
  7. Click Cancel to discard the operator form.

Usage Details

LQL

Code Block
jsonToTable(table, "column")

...

Output
A table that converts the values in the JSON file to a table.

Example

Table: A
column: json.flows

json

...