Read Properties From XML File

Parse an XML file to search for properties defined by element names
Table 1. Input properties for the Read Properties From XML File step
Name Type Description Required
Directory Offset String A sub-directory of the current working directory where the step should execute. No
XML File String The full path to the XML file to read properties from. Yes
Property Keys String A newline separated list of elements whose value will be set for the property. Nested elements should be referenced with dot notation. For example, the property key 'a.b.c' will retrieve the value of the c element under the b element under the a element. Yes
Fail if no match found Boolean Select here if you want the step to fail if any of the XPath expressions do not return a match. No

Output properties

This step creates output properties that are based on the elements in the Property Keys field.

Feedback