I have gone through https://docs.microsoft.com/en-us/azure/data-factory/data-factory-copy-activity-tutorial-using-dotnet-api and have it running. Along with CSV file columns i want to insert CurrentUserId and TenantId like fields in the target table while copying data from csv to azure sql table. How to achieve that? Any help will be appreciated.
Thanks