- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
need to reset timestamp in nifi listsftp
- Labels:
-
Apache NiFi
Created ‎04-26-2017 09:37 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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 ?
Created on ‎04-26-2017 02:46 PM - edited ‎08-17-2019 08:50 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You need to clear state, this can be done by doing the following:
Right click on the processor, and click "View state"
Then a new window will pop-up,
Then click "Clear state" and then your ListSFTP processor will start fresh.
Created on ‎04-26-2017 02:46 PM - edited ‎08-17-2019 08:50 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You need to clear state, this can be done by doing the following:
Right click on the processor, and click "View state"
Then a new window will pop-up,
Then click "Clear state" and then your ListSFTP processor will start fresh.
Created ‎04-27-2017 12:59 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank you very much
