Hello,
I 'm working with NIFI 1.17 (and I'm new in NIFI 😉 )
I have the next flow : ...> Merge Content > Update Attributes > Put file.
- #10000 lines are on MergeContent input
- Update Attributes is used to change filename (without this processor I've a warning message that a file with the same name already exist).
PutFile is generating 2 files instead one (one file with #7000 lines the other with #3000 lines)
How to set up these processor to have only one files on output?
Thank you