I am trying to add the Additional Column in the copy activity while transferring the data from the CSV file to the SQL Table using Azure Data Factory.
I have given the CSV file location in the source and SQL Table name in the sink by using the copy activity and it is working fine and data is transferred successfully.
Now I am trying to add an additional column to the SQL Table by clicking the "Add Additional Column" option in the Source of copy activity.
Now I am trying to pass the additional column value as a CSV file header which is having only one value.
Is there any way I can pass the CSV file header row which is having only value to the additional column using copy activity in Azure Data Factory?




