Copy activity using U-SQL can any body share script
I want to read a file using copy activity using U-SQL and write this file on output in a file using U-SQL
Copy activity using U-SQL can any body share script
I want to read a file using copy activity using U-SQL and write this file on output in a file using U-SQL
You can copy files in the following ways:
Here's a UDO that does that. The other samples are also quite useful.
https://github.com/Azure/usql/tree/master/Examples/FileCopyUDOs