Re: PutEmail with Multiple Attachements

2017-09-15 Thread Joe Witt
Mika, Could it be ok for your case to use MergeContent to package data together in some archive format like Zip/Tar? If yes then you can just add a tar/zip to your email. Otherwise, the changes necessary to PutEmail for supporting multiple attachments would be quite involved. Thanks On Wed,

Re: QueryDatabaseTable - Deleted Records

2017-09-15 Thread Bryan Bende
Uwe, Typically you need to process the change log of the database in this case, which unfortunately usually becomes database specific. I believe we have a processor CaptureChangeMySQL that can process the MySQL change log. -Bryan On Tue, Sep 12, 2017 at 1:39 PM, Uwe Geercken

Re: Input Allowed Processor with Primary Node Execution

2017-09-15 Thread Nicholas Hughes
Arne, FlowFiles are not transferred between cluster nodes in NiFi. As such, you probably don't want to set Primary Node execution on any downstream processors. -Nick On Fri, Sep 15, 2017 at 5:34 AM, Arne Degenring wrote: > Hi, > > I have a question about an

Input Allowed Processor with Primary Node Execution

2017-09-15 Thread Arne Degenring
Hi, I have a question about an INPUT_ALLOWED processor that we run in Execution Mode PRIMARY_NODE in a cluster installation. Should the processor be able to process input flow files that reside on a different cluster node? We had the situation on our testing system that a few flow files