While using FME 2019.0, I have noticed that I now get the following error when trying to write a datetime to a file geodatabase date field.
"An error occurred while attempting to convert the '' component of a date. A possible reason for this is that the data in the date field may be corrupt"
This is not an issue in version 2018.1 or if I write to a text field instead in the 2019 version.
I do use the following in an AttributeManager to reformat the datetime
"@DateTimeFormat(@DateTimeParse(@Value(Date_Created), %s), %Y%m%d %T)"
If I drop the "%T" part then it works but I no longer get the time which I would like to keep.
Is anyone else experiencing a similar issue and/or found any resolutions?
Regards