Re: notEmpty

2016-03-23 Thread Joe Witt
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:

RE: notEmpty

2016-03-23 Thread Paul Nahay
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

Re: notEmpty

2016-03-23 Thread Matthew Clarke
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

Re: notEmpty

2016-03-22 Thread Andy LoPresto
> > 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

RE: notEmpty

2016-03-22 Thread Paul Nahay
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

Re: notEmpty

2016-03-22 Thread Matthew Clarke
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