Azure Data Flow insert null even there is value
Hello Community,
I am looking for your help and its priority. I am trying to import file using inline source type from Common Data Model. F&O Dynamic 365 application export the files in data lake and with the help of azure data flow I am importing the customer.csv file using Manifest file.
Just for little intro Manifest file provides the details of columns and its generated from Dynamic 365 F&O application
The problem here is in customer.csv I am seeing value for the 2 columns. There are only 2 rows out of millions rows where the values are populated in those 2 columns - Column A and Column B. Those 2 records are at the middle of the file. Column A is datetime and column B is int data type in file.
The field names are reading correctly at the sink but value is generated as null for those 2 columns. I checked the schema of file for those 2 columns - Column A and Column B. Its populated correctly ( ref image 2). Also change data type in schema options (ref image 3) still doesn't work.
If I manipulated the source file customer.csv by adding values in the 1st row in file for those 2 columns . It generates the output in the sink. Why is that so in Data flow? How do I handle the records if its appear in the middle of the file?
Please help !!
Image 1:
Shows the connection reading from Common Data Model
Image 2:
It shows correctly the data type of those 2 columns. I named them as columnA and ColumnB
Image 3:
I set the schema for both using schema options for date and time both
Best Riz