Skip to main content
Hello,

 

Does anyone know of an easy way to separate out dated attributes >= today's date (or Current_Date function)

 

 

example (deliver _Date>=Current_Date-60)

 

 

Thanks

 

The TimeStamper transformer will create an attribute that contains the current date.

 

 

Another option as referenced at the link below is to use the DateFormatter for an attribute with the value 'today'. You could also use a phrase like '1 week ago' or '60 days ago' and the DateFormatter will perform the calculation for you.

 

 

http://fmepedia.safe.com/AnswersQuestionDetail?id=906a0000000cgoiAAA

 

 

 


Reply