Created 08-07-2017 05:04 PM
In apache nifi how can I make the putfile processor use . rename as it writes a file out to the filesystem? or does it do this by default?
Where it would write the file as a .filename and then rename it to the actual filename?
John
Created 08-07-2017 05:07 PM
Yes to part 2 of your question.
That is how NiFi writes out a file. First, .filename as it is being written and then renames to filename after the write is complete.
Created 08-07-2017 05:07 PM
Yes to part 2 of your question.
That is how NiFi writes out a file. First, .filename as it is being written and then renames to filename after the write is complete.
Created 08-07-2017 05:08 PM
ok great! thank you!!!
Created 11-09-2022 05:05 AM
can someone explain me what is the meaning of dot-rename ? i'm using a putsftp processor for one of my flows and i'm getting an error about dot-rename