问题
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
回答1:
You can copy files in the following ways:
- Azure Data Factory
- ADL Copy tool
- Write a custom U-SQL extractor/outputter (similar to 2)
回答2:
Here's a UDO that does that. The other samples are also quite useful.
https://github.com/Azure/usql/tree/master/Examples/FileCopyUDOs
来源:https://stackoverflow.com/questions/44048110/copy-activity-using-usql-can-any-body-share-script