I have an ADF pipeline with copy activity, I\'m copying data from blob storage CSV file to SQL database, this is working as expected. I need to map Name of the CSV file (this co
In DF v2 in Copy Data activity, it is possible to add a new column to the source with value $$FILEPATH, and then each record will have a name of the input file.