Versions Compared

Key

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

Parses XML source using standard XPath expressions.

If no matches are returned, or the matching nodes text content matched element is empty, null will be returned to the workflow. FDP_Value will contain an empty string.  

  

Environment/Instance Properties

Property Name

Property Code

Required

Description





  

Project Properties

Property Name

Property Code

Required

Description





  

Inputs

Input Name

Input Code

Required

Description

XML SourceFDP_SOURCEYesXML Source to parse (File contents, not the filename)
XPath ExpressionFDP_XPATHYesThe XPath expression to use to find a value in the XML Source

  

Outputs

Output Name

Required

Description

FDP_Value

No

The value returned from the XPath expression is returned to the workflow in this variable.

  

Artifacts

This operation doesn’t consume or produce any artifacts.

...