Member since
12-23-2016
38
Posts
2
Kudos Received
0
Solutions
11-16-2022
09:08 PM
@kcc, as this is an older post, you would have a better chance of receiving a resolution by starting a new thread. This will also be an opportunity to provide details specific to your environment that could aid others in assisting you with a more accurate answer to your question. You can link this thread as a reference in your new post.
... View more
09-16-2017
04:46 PM
@Yash Thanks!
... View more
08-07-2017
01:30 AM
Thanks @Hellmar Becker
... View more
07-10-2017
02:10 AM
Hello @Rohit Ravishankar ListFile uses last modified timestamp of files. It tracks the latest 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 ListFile already picked, then the file won't be picked with ListFile logic. There is an existing JIRA to discuss about the behavior [1]. Min/Max filter is used to filter-out files that is too-young (min) or too-old (max) files. Even if a file passed these condition if its last modified timestamp is older than the latest on already listed, it won't be picked. If your use-case requires processing input files in 'descending last modified timestamp ' order, then I'd recommend using GetFile (keepSourceFile = false) and PriorityAttributePrioritizer [2] combination. [1] https://issues.apache.org/jira/browse/NIFI-2383 [2] https://nifi.apache.org/docs/nifi-docs/html/user-guide.html#prioritization I hope this helps.
... View more
04-21-2017
04:53 AM
Got it! Thanks for your answers @Wynner and @Matt Clarke.
... View more
04-03-2017
12:22 AM
Thanks Meyer!!!
... View more
02-22-2017
05:57 PM
Step 1: List XML files Step 2: Execute Script Step 3: On Success, List Data Files Step 4: Process those files I have done that with some things, works fine.
... View more
12-25-2016
03:54 PM
Thanks Hellmar!!!
... View more