Hi Sarvesh, At the moment, it is not possible to have UpdateAttribute defining new attributes with dependencies between each other. Your best option is, as you said, to use successive processors.
- Pierre 2017-01-31 15:53 GMT+01:00 Sarvesh <[email protected]>: > I am adding two attributes in update attribute in which one depends on the > other. > For example: say I create an attribute a = "Hello" and another attribute > b=${a}. > Then the value of b is set to an empty string. > Is there any way in Nifi to use the value of a in the same processor or do > I > always need to create a new processor to use the value of a? > > > > -- > View this message in context: http://apache-nifi-users-list. > 2361937.n4.nabble.com/Using-derived-attributes-in-same- > processor-in-Apache-Nifi-tp834.html > Sent from the Apache NiFi Users List mailing list archive at Nabble.com. >
