Support Questions

Find answers, ask questions, and share your expertise

need to reset timestamp in nifi listsftp

avatar
Expert Contributor

Hi,

I need to reset the timestamp in my listSFTP in order to re ingest all my files on the remote site, i have been looking for at method to that but have not found it.

I know that the file timestamp is stored somewhere and are used to keep track which files should be listed. I want to start from scrach. Is that possible ?

1 ACCEPTED SOLUTION

avatar
@Simon Jespersen

You need to clear state, this can be done by doing the following:

14896-screen-shot-2017-04-26-at-104117-am.png

Right click on the processor, and click "View state"

Then a new window will pop-up,

14897-screen-shot-2017-04-26-at-104527-am.png

Then click "Clear state" and then your ListSFTP processor will start fresh.

View solution in original post

2 REPLIES 2

avatar
@Simon Jespersen

You need to clear state, this can be done by doing the following:

14896-screen-shot-2017-04-26-at-104117-am.png

Right click on the processor, and click "View state"

Then a new window will pop-up,

14897-screen-shot-2017-04-26-at-104527-am.png

Then click "Clear state" and then your ListSFTP processor will start fresh.

avatar
Expert Contributor

Thank you very much