ne
> to use the Advanced dialog, but using JavaScript, which is almost the world’s
> 2nd most used programming language at this point.
>
>
>
> Paul
>
>
>
> From: Matthew Clarke [mailto:matt.clarke@gmail.com]
> Sent: Wednesday, March 23, 2016 12:26 PM
> To:
almost the world’s 2nd
most used programming language at this point.
Paul
From: Matthew Clarke [mailto:matt.clarke@gmail.com]
Sent: Wednesday, March 23, 2016 12:26 PM
To: Paul Nahay
Cc: dev@nifi.apache.org
Subject: Re: notEmpty
Paul,
The expression you have above
as there
> are parameters passed to allAttributes() (i.e., if we had instead
> "allAttributes('1','2','3','4','5'), then testing z for non-emptiness
> occurs five times, not once).
>
> Is there any way to actually express in the NiFi
>
> And, you have no comment about the errors in your documentation for “isEmpty”
> and “allAttributes” that I told you?
>
>
>
> --Paul Nahay
>
>
>
>
>
>
>
> From: Matthew Clarke [mailto:matt.clarke@gmail.com]
> Sent: Tuesday, Marc
cumentation for “isEmpty”
and “allAttributes” that I told you?
--Paul Nahay
From: Matthew Clarke [mailto:matt.clarke@gmail.com]
Sent: Tuesday, March 22, 2016 11:07 AM
To: dev@nifi.apache.org; Paul Nahay
Subject: Re: notEmpty
Paul,
You can achieve what you are trying to do by u
Paul,
You can achieve what you are trying to do by using the not function.
let assume the attributes you want to check to make sure they have a vlaue
set are attr1, attr2, and attr3.
The expression would be
*${allAttributes('attr1','attr2','attr3'):isEmpty():not()}*
Thanks,
Matt
On Tue, Mar