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.
