Currently I am prototyping an Azure data factory setup where my input is a "on premises file", however when the Copy Activity runs, the header row from the file gets copied to the sink SQL server table.
Is there any way to skip the header row when performing Copy Activity?
Any help would be appreciated.