Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello all,
I'm currently developping a data flow from csv files to Dynamics CRM 365 (V9) online. I do succeed to insert string data for contact entity, but when I try to insert a date value (birthdate), I get this error:
Caused by: org.apache.olingo.client.api.http.HttpClientException: A value was encountered that has a type name that is incompatible with the metadata. The value specified its type as 'Edm.DateTimeOffset', but the type specified in the metadata is 'Edm.Date'.
It seems the issue is the DBType chosen in the tMicrosoftCrmOutput component (DateTimeOffset), but there is no "Date" DBType, only DateTimeOffset as a choice for Date attributes... (as shown on attached screenshot)
Has anyone encountered this issue yet, or has an idea about how to solve this?
Hello,
Here exists a jira issue:https://jira.talendforge.org/browse/TDI-39572
Could you please take a look at this jira issue to see if it is what you are looking for?
Best regards
Sabrina