Azure Data Flow insert null even there is value

Riz 0 Reputation points
2023-04-06T19:13:03.0933333+00:00

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 User's image

Image 2: It shows correctly the data type of those 2 columns. I named them as columnA and ColumnB User's image

Image 3: I set the schema for both using schema options for date and time both User's image

Best Riz

Azure Data Lake Storage
Azure Data Lake Storage
An Azure service that provides an enterprise-wide hyper-scale repository for big data analytic workloads and is integrated with Azure Blob Storage.
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
{count} votes

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.