Hi,
In my workspace I'm inserting through a FeatureWriter into MS SQL Table and I'm trying to cast a string to a datetime, but it doesn't seem to work.
This is the format that I'm reading: dd/mm/YYYY and I'm trying to parse the attribute column in FME as this:
@DateTimeParse(@Value(DATE_OF_BIRTH),%d/%m/%Y)
But I'm getting this error from the console:
2017-07-26 15:25:28| 162.1| 0.0|WARN |Table1_StudentUpdate_FeatureWriter_f2afd4cb_4a56_4aec_8f42_9e384693c40417: Failed to evaluate expression '@DateTimeParse(03/13/2010,%d/%m/%Y)'. Result is set to null.