Thanks for the reply . This is my dataflowscript
and i changed datatype to string
but still getting null values in date column
I also checked this import schema option but no ways..
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi ,
I have created a dataflow in adf which is using CDM Inline dataset and model.json file for column mapping and just creating a csv file . This is my dataflow
It is using model.json file for the column mapping
This is my source file which will be copied as a .csv file . Her you can see that it is having only data but no column names. You can see that it is having created dates
and this is the model.json file which is having all the columns of the above data
Now my dataflow is grabbing all the data from the source file and mapping all the columns using model.json file
These are the settings of the dataflow
But in the data preview see the values inside created are coming NULL
This is my sink settings in dataflow
Why it is not pulling the data for created column and giving null values there. ?Where am i doing wrong ? Please suggest something to get it done .
Thanks
Thanks for the reply . This is my dataflowscript
and i changed datatype to string
but still getting null values in date column
I also checked this import schema option but no ways..