Azure Data factory – insert a row in the azure sql database only if it doesn't exist
I have an excel file as source that needs to be copied into the Azure SQL database using Azure Data Factory. The ADF pipeline needs to copy the rows from the excel source to SQL database only if it is…