Skip to main content

Hi all, I've been asked to do a pretty simple task, but it's giving me a bit of grief.

In simple terms, if a date is <= 31/12/2000, then it should be "Pre-2000", and anything >= 01/01/2000 it should be "Post-2000".

 

I've attached pictures to clarify, but this one is a real headscratcher

 

Any help is appreciated

Convert the date (DateTimeConverter) to FME date (yyyymmdd) then use the conditional.


Awesome! Thank you :)


Reply