Skip to main content

Hi all,

For some reason an application is storing a date/time field as 'Double' - ''201805241214'' in this format, but the Date converter function does not recognise this as its a double field type, any help is greatly appreciated,

 

Are you providing the source date format? e.g. %Y%m%d%H%M


Agree with @egomm, you'll have to specify the source format.

The issue is the timestamp is "missing" the seconds part, which is why I suspect FME don't automatically recognize it as a timestamp.