Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

nifi putfile dot rename?

avatar
Rising Star

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

1 ACCEPTED SOLUTION

avatar

@John T

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.

View solution in original post

3 REPLIES 3

avatar

@John T

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.

avatar
Rising Star

ok great! thank you!!!

avatar
New Member

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