You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Jens M Kofoed (Jira)" <ji...@apache.org> on 2020/05/12 06:14:00 UTC

[jira] [Created] (NIFI-7441) Add "Minimum/Maximum File Age" Parameter to ListFTP

Jens M Kofoed created NIFI-7441:
-----------------------------------

             Summary: Add "Minimum/Maximum File Age" Parameter to ListFTP
                 Key: NIFI-7441
                 URL: https://issues.apache.org/jira/browse/NIFI-7441
             Project: Apache NiFi
          Issue Type: Improvement
          Components: Extensions
    Affects Versions: 1.8.0
            Reporter: Jens M Kofoed
            Assignee: Arpad Boda
             Fix For: 1.10.0, 1.9.1


Please add the following two parameter to the ListSFTP processor.
 * Minimum File Age
 * Maximum File Age

The ListFile processor has these parameters already. 

Without this parameters we have the issue that big continuously written files get processed multiple times and we have to filter out somehow duplicates later together with a wait processor. ListSFTP is highly dependent on the last modified timestamp and this is a crucial feature for us as we have no control over the remote servers - so workarounds like to a starting "." aren't possible.

 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)