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 6 Current »

Parses JSON using JSONPath functions using JayWay's implementation of JSONPath.

If no matches are returned, or the matched element is empty, FDP_Value will contain an empty string.


You can try JSONPath here: http://jsonpath.com/

Environment/Instance Properties

Property Name

Property Code

Required

Description





Project Properties

Property Name

Property Code

Required

Description





Inputs

Input Name

Input Code

Required

Description

JSONSourceFDP_SOURCEYesJSONSource to parse
JSONPathExpressionFDP_XPATHYesThe JSONPathexpression to use to find a value in the JSONSource

Outputs

Output Name

Required

Description

FDP_Value

No


Artifacts

This operation doesn’t consume or produce any artifacts.

Endpoint Selection

This operation will select all available endpoints associated to the environment/instance.

Endpoint Execution

This operation will execute on any one of the selected endpoints and will be random in the determination of which one.

Special Considerations

If multiple elements match the criteria, they will be returned in comma-separated format, enclosed by square brackets.


  • No labels