Question

Convert Date/Time stored as Double to an ISO Date

  • 7 August 2018
  • 2 replies
  • 3 views

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,

 


2 replies

Userlevel 1
Badge +10

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

Userlevel 4

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.

Reply