I have duplicate column names in my source excel file(eg: 'P','P'). But both columns have different data. I am using copy activity of ADF to load excel data in my adls to sql server. How can I handle the situation of duplicate scenario. If I have two columns in sql server as first 'P' mapped to 'A' and second column 'P' to be mapped to 'B'.




