Skip to content

Commit

Permalink
[docs] Clarify FROM_JSON transformer exceptions to limitation
Browse files Browse the repository at this point in the history
  • Loading branch information
valfirst committed Aug 14, 2024
1 parent 6d00a91 commit 222ac6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/modules/plugins/pages/plugin-json.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -147,8 +147,8 @@ Then number of JSON elements from `${json-context}` by JSON path `$.product` is

|`variableName`
a|The name of the variable containing source JSON, only variables of scopes `global` and `next_batches` are allowed.
Exceptions are cases when the transformer using in xref:commons:vividus-steps.adoc#_initialize_variable_with_a_table[step]
which initializes a variable with a table.
The exception to this limitation is the case when the transformer is used in a
xref:commons:vividus-steps.adoc#_initialize_variable_with_a_table[step] that initializes a variable with a table.

|columns
a|The semicolon-separated list of mappings between column names and {json-paths} used to get column values.
Expand Down

0 comments on commit 222ac6f

Please sign in to comment.