I there,
I have a scenario where the source XML files may have all the fields or may be 80% of fields in next run. How to we load the files in Delta tables which should handle the XML files with all field lists and also with few fields only.
In smaller field list, the problem is MERGE operation is failing as no of rows are not matching between source and target table.
Any suggestion ?