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.
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.
You could use a DateTimeConverter to try and convert it to another Date/time format. If that fails, the feature will be rejected.