Member since
10-14-2016
6
Posts
3
Kudos Received
0
Solutions
10-14-2016
02:41 PM
@mclark That certainly worked! Thank you so much. One additional question related to this, is there any other way for me to access the flowfile-content within the XSLT file which i would use through Transform XML?
... View more
10-14-2016
08:51 AM
3 Kudos
Im trying to create a xml structure which is required by an external application. The format that they require would be something like this <root> <attributeOne></attributeOne> <attributeTwo></attributeTwo> <flowfile-content></flowfile-content> </root> Im able to get the appropriate structure and the required attributes(passed as Parameters) using TransformXML processor. However im not sure how to access complete flowfile-content (which is a binary) and append into the structure(inside flowfile-content tag).
... View more
Labels:
- Labels:
-
Apache NiFi