- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
How to add 'Minimum File Age' property in ListFtp properssor
- Labels:
-
Apache NiFi
Created on 01-20-2022 04:39 PM - edited 01-20-2022 05:10 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I know the ListSftp processor have 'Minimum File Age' property, but the ListFtp have not 'Minimum File Age' property, do you know how to add 'Minimum File Age' property in ListFtp properssor. thanks!
when i add 'Minimum File Age' in ListFTP processor, it not work, like this:
it displays 'Minimum File Age' is not a supported property or has no Validator associated with it
Created 01-21-2022 03:15 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Not supported , as ListFTP or ListSFTP works on last modified timestamp to pick newly modified files since it ran before. So, if a file is added with older last modified timestamp than the one which Listftp already picked, then the file won't be picked with listftp logi, max or min file age property does not aline with current listing strategy.
