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 MergeContent processor and this is my setup. [image: image.png] But every time i run the flow I get multiple flowfiles in the output queue. Sometimes 2, sometimes 3 or even 4. What am I doing wrong? Or is there some other way to do this in Nifi? Thanks in advance, BR. Tom
