emiliosetiadarma commented on PR #6110:
URL: https://github.com/apache/nifi/pull/6110#issuecomment-1155747647

   Was able to run a build and verify everything works. Ran a ListFile 
processor with the following arrangement in `MYDIR` and the properties 
specified in the Jira issue.
   
   ./:
   log.txt     test.txt
   
   ./AAA:
   LOG         testAAA.txt
   
   ./AAA/LOG:
   testAAALOG.txt
   
   ./BBB:
   LOG         testBBB.txt
   
   ./BBB/LOG:
   testBBBLOG.txt
   
   ./CCC:
   LOG         testCCC.txt
   
   ./CCC/LOG:
   testCCCLOG.txt
   
   ./LOG:
   LOG         testLOG.txt
   
   ./LOG/LOG:
   testLOGLOG.txt
   
   `testAAA.txt`, `testBBB.txt`, `testCCC.txt`, `test.txt` and `log.txt` got 
listed


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to