Hi All,

I need to process the files based on the date time value stored on the
attribute

*For example:*

If the incoming files contains the following date time attribute values

*2017/06/07  16:57:02*
*2017/06/06  12:49:49*
*2017/06/06  11:09:28*
*2017/06/06  06:37:45*

I need to process the files based on the order of time that is oldest one
from the current time

First I want to access the file that contains below date time attribute
which is the oldest one among them from the current time
*i.e 2017/06/06  06:37:45*
and then below one,
*2017/06/06  11:09:28*
and then this
*2017/06/06  12:49:49*
so on* .... *

How can I achieve the above mentioned scenario ?

Regards,
Manoj kumar R

Reply via email to