Options
- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
'PropertyValue' attribute usage
Labels:
- Labels:
-
Apache NiFi
Contributor
Created ‎07-14-2022 06:42 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
How do you specify a property when using PropertyValue attribute ?
for example, when we have 2 attributes, A and B
how do we specify that we want to use the PropertyValue of property A ?
I tried
${PropertyValue:A}
but it did not work
1 REPLY 1
Super Guru
Created ‎07-15-2022 05:39 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Not sure I understand the question, which processor/property are you taking about? Basically if you want to access a flowfile attribute value in expression language you can use ${A} in case you have an attribute called A
