Hi Guys,
I'm not sure i'm targetting the right forum for my question. Since this involves dynamics CE data export i'll try here.
There might be an overlap with Azure data factory
Using the following docs i have created a export to our datalake:
https://docs.microsoft.com/en-us/powerapps/maker/common-data-service/export-to-data-lake
The export is working quiet perfect. Our data lake contains a export with the common data model (CDM). and it's data files.
Using the mapping data flow in Azure Data Factory i'm reading the common data model. Which works for all fields except date columns.
All dates appear to be blank/null when previewing or processing the data with ADF (mapping data flows).It appears there is a misunderstanding between (my guess) the date format.
The export has date fields in following format: 2020-11-03 09:25 AM. I'm thinking that the common data model expects it as the following format: 2020-11-03 09:25:00
Are there more people experiencing similar issues?
Thanks in advance.
Ivo