I cannot understand why I get the error message
MS SQL Server Spatial (JDBC) Writer: Error writing feature. Error: Attribute 'DATECOLLECTED' does not contain a valid timestamp
The timestamp I want to write is for the moment hard coded as 2021-07-20.
The databse accept this format confirmed with successful update SQL
update dbo.Feature
set "DATECOLLECTED" = '2021-07-20'
where ID = ...
Why does FME fail to write to my db? Any suggestions?