I am copying data from Oracle Table to Azure Data Lake using Azure data factory copy activity.
Where ever my date format is DD-MM-YYYY
, azure converting them into DATE_TIME format.
Is there any way to retain the same format as the source
I am able to hard code the format for a specific column if copy activity is for a single table. In my scenario, I am trying to copy for multiple tables using the same copy activity, so It is not possible to update the schema