List Files newer then x milisec In FTP Adapter - OIC
(Doc ID 2527413.1)
Last updated on APRIL 04, 2023
Applies to:
Oracle Integration-OIC - Version 18.2.5 and laterInformation in this document applies to any platform.
Goal
The requirement is NOT to process the files which are older than 10 mins from FTP server.
Approach :
1. List the files from FTP server using list file operation.
2. For each listed file, Compare the lastModifiedTime with currentDateTime and if value is greater than 10 minutes then do not process that file, otherwise process the file.
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Goal |
Solution |
References |