Description:
This processor transforms the contents of FlowFiles based on a user-specified XSLT stylesheet file. XSL versions 1.0 and 2.0 are supported.
Properties:
In the list below, the names of required properties appear in bold. Any other properties (not in bold) are considered optional. If a property has a default value, it is indicated. If a property supports the use of the NiFi Expression Language (or simply, "expression language"), that is also indicated.
- XSLT File
- The local file path to the XLST file to be used for transformation.
- Default value: no default
- Supports expression language: false
Note that this processor passes all dynamic properties to the transformer, so therefore they will be available for use in the stylesheet.
Relationships:
- success
- If the FlowFile content is successfully transformed by the XSLT transformer, then the FlowFile follows this relationship.
- failure
- If the FlowFiles content fails to be transformed by the XSLT transformer, then the FlowFile follows this relationship.