You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by "Ben Icore (JIRA)" <ji...@apache.org> on 2014/12/29 02:31:13 UTC

[jira] [Created] (NIFI-206) evaluating groups of attributes always return false when nested

Ben Icore created NIFI-206:
------------------------------

             Summary: evaluating groups of attributes always return false when nested
                 Key: NIFI-206
                 URL: https://issues.apache.org/jira/browse/NIFI-206
             Project: Apache NiFi
          Issue Type: Bug
          Components: Core UI
    Affects Versions: 0.0.1
            Reporter: Ben Icore


evaluating groups of attributes always return false when nested

attribute==value
a1==test1
a2==test2
a3==test3
b1==1test
b2==2test
b3==3test
c1==1test1
c2 ==2test2
c3==3test3

${anyAttribute('a1','b2','c3'):contains('2')}, results in true

${a1:equals('test1')} results in true

${a1:equals('test1')
	:and( ${anyAttribute('a1','b2','c3'):contains('2')})
}  results in false





--
This message was sent by Atlassian JIRA
(v6.3.4#6332)