Copy activity using USQL can any body share script

时光毁灭记忆、已成空白 提交于 2020-01-17 08:32:09

问题


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:

  1. Azure Data Factory
  2. ADL Copy tool
  3. 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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!