Question

Check the plausibility of the data records as of the date

  • 1 February 2023
  • 1 reply
  • 1 view

Badge +4

Hello FME Community,

I want to control which records have no date format.

Does anyone know how I can check whether data records have been saved correctly as dates.


1 reply

Userlevel 5
Badge +25

You could use a DateTimeConverter to try and convert it to another Date/time format. If that fails, the feature will be rejected.

Reply