An Apache Spark-based analytics platform optimized for Azure.
Hi @Anshal ,
If you want to COPY files as-is, you have to use Binary Dataset, as it will not parse the file content but move it from one system to another as-is. For details, please check the below link. Thanks!
https://learn.microsoft.com/en-us/azure/data-factory/format-binary
--please 'accept as answer' if this helps. Thanks--