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
xml, xslt, transform
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 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 |
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 |