OIC:FTP Adapter - List Operation
Summary
List Operation output for multiple filesContent
Hi All,
I am using list operation of FTP adapter to list the details of the files in a given folder. I have the properties set as "Maximum Files =1" and Minimum Age = 0 seconds.
Scenario 1 : I have two files- file1.csv ChangedTimestamp = 10/19/2018 01:00:00 PM and file2.csv ChangedTimestamp = 10/19/2018 01:00:00 PM
Results : It gives the details of both files in list response
Scenario 2 : Next ,I have two files- file1.csv ChangedTimestamp = 10/19/2018 01:00:00 PM and file2.csv ChangedTimestamp = 10/19/2018 02:00:00 PM
Results: It gives the details of file1.csv in list response .
Is it possible to read the file which is the latest in scenario 2? Also for scenario 1, the reason why the response had details of 2 files - is it because they shared the same timestamp or is there a different logic?