Processed FILES in the order of the file time stamps
September 15th, 2015 3:19am

Hi ,
I have requirement for Emp files processing. I will have to process the files in the order of the files time stamps. Lets if have files time stamps of the following files in the order :

Emp files(EmpExport00440_YYYYMMDD_HHMMSS.xml)

EmpExport00440_20150915_121829.xml
EmpExport00240_20150915_141239.xml
EmpExport00123_20150915_151749.xml

These has to be processed in the order of the file time stamps. Not on the file name but the file system time stamp. I am using For each loop container to load the files in to sql table.

Could you please help me to get the solution of above scenario.