I have two sample files in blob as sample1.csv and sample2.csv as below
SQL table name sample2, with column Name,id,last name,amount
Created a ADF flow without schema, it results as below
source settings are allow schema drift checked. sink setting are auto mapping turned on. allow insert checked. table action none.
I have also tried setting a define schema in dataset, its result are same.
any help here?
my expected outcome would be data in sample1 will inserted null into the column "last name"