Re: MergeContent processor

2019-05-31 Thread Tomislav Novosel
Yes Mark, that helps a lot. Thanks. Tom On Fri, 31 May 2019 at 14:49, Mark Payne wrote: > Tom, > > You have the Minimum Number of Entries set to 2 and Minimum Group Size set > to 1 MB. That means that > as soon as you have 2 files queued up that total at least 1 MB, it will > create an output

Re: MergeContent processor

2019-05-31 Thread Mark Payne
Tom, You have the Minimum Number of Entries set to 2 and Minimum Group Size set to 1 MB. That means that as soon as you have 2 files queued up that total at least 1 MB, it will create an output FlowFile. That output will contain as much data as it can, based on what is queued up at that moment.

Re: MergeContent processor

2019-05-31 Thread Tomislav Novosel
I forgot to mention that I put Correlation Attribute Name as attribute name which holds directory name from which that 8 files coming from. And there is not always 8 files, this is just for example. The number of files changes always as the files come in the folders. On Fri, 31 May 2019 at 14:24,

MergeContent processor

2019-05-31 Thread Tomislav Novosel
Hi all, I need to create one flowfile from multiple flowfiles which are of files in one directory. So if I have e.g. 8 files in directory, I want to merge them and the output I want is 1 flowfile for further processing ( I want to extract folder name and path of that 8 files). I tried with