Description:

Applies the provided XSLT file to the flowfile XML payload. A new FlowFile is created with transformed content and is routed to the ‘success’ relationship. If the XSL transform fails, the original FlowFile is routed to the ‘failure’ relationship

Tags:

xml, xslt, transform

Properties:

In the list below, the names of required properties appear in bold. Any other properties (not in bold) are considered optional. The table also indicates any default values.

Name Default Value Allowable Values Description
XSLT file name Provides the name (including full path) of the XSLT file to apply to the flowfile XML content.

Dynamic Properties:

Dynamic Properties allow the user to specify both the name and value of a property.

Name Value Description
An XSLT transform parameter name An XSLT transform parameter value These XSLT parameters are passed to the transformer
Supports Expression Language: true

Relationships:

Name Description
failure If a FlowFile fails processing for any reason (for example, the FlowFile is not valid XML), it will be routed to this relationship
success The FlowFile with transformed content will be routed to this relationship

Reads Attributes:

None specified.

Writes Attributes:

None specified.