Reputation: 608
I want to create Jolt Specification in Update Attribute processor and use in JoltTransformer processor as an attribute like below.
I get this error in JoltTransformer: . "is invalid because of the specification not valid for the selected transformation. Reason being Jolt Specification will set during runtime.
Thanks for the help! Ani
Upvotes: 0
Views: 3401
Reputation: 31540
In NiFi-1.6.0 JoltTransformJson
processor not accepting attributes in jolt specification property value
.
We still need to keep literal jolt specification
in property value.
But Starting from NiFi-1.7.0
JoltTransformJson processor will be evaluated using flow file attributes and variable registry
${mapping}
starting from NiFi-1.7.0
Upvotes: 1