Hi @rajanisqldev-42 ,
Thank you for posting query in Microsoft Q&A Platform.
Usually nulls will get insert into SQL DB when you source file column data cannot be converted as SQL type datatype for that column automatically.
In your case your source is csv file, that means all columns in file by default will come as string type. So, date column also will come as string into dataflow. Making sure to use a derived column transformation on top of date column to convert its type to date and then load into SQL table will help here.
Check this video to know about derived column transformation.
Hope this helps. Please let us know if any queries.
-----------
Please consider hitting Accept Answer and Up-vote. Accepted answers help community as well.
and upvote
for the same. And, if you have any further query do let us know.