Skip to end of banner
Go to start of banner

runFromJson

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 25 Current »

See also: Actions

Description

Run actions based on JSON data used for replacement variables and list processing based on standard Json paths specified for list and list2 parameters. Valid JSON data must be provided using the data parameter or file parameter. Actions can be specified using input, common, or file (when not used for data) parameters. Replacement variables are defined from the JSON data using JsonPath naming convention with dot separators. See the JsonPath reference at https://github.com/json-path/JsonPath/blob/master/README.md.

Required Parameters

(data or file), (common or input)

Optional Parameters

list, list2, continue, simulate, field, encoding, clearFileBeforeAppend, findReplace, findReplaceRegex, options

Type

Run

Category

Run

Output Formats

Replacement Variables

entry, entry2, index, index2

Since Version9.1

Examples

Related How To's

  • No labels