We have 500 CSV files uploaded to an Azure storage container. These files use 4 different schemas, meaning that they have few different columns and some columns are common across all files.
We are using ADF and schema drift to map columns in sink and source and be able to wrote the files.
But this is not working and it only uses schema for the 1st file it processes for every file and this is causing data issues. Please advise on this issue.
We ran the pipeline for three scenarios but the issue is not resolved. Same issue as mentioned below occurring in all three cases:
1.Incorrect Mapping i.e. the Description and PayClass from A type get mapped to WBSname and Activity Name 2. If one less column in one of file (missing column) that also disturbs the mapping i.e. one files does not have resource type that maps Group incorrectly to other column.
Case 1 No Schema Drift at source and sink Empty Dummy File with all columns created and uploaded at source Derived table with column Pattern
Case 2 : Schema Drift at source and sink Dummy File with all columns created and uploaded at source Derived table with column Pattern
Case 3 :Schema Drift at Source /No Schema Drift at Sink Dummy File with all columns created and uploaded at source Derived table with column Pattern