如何使用数据工厂从Blob存储中复制.csv文件,而无需再次复制相同文件? [英] how to copy .csv files from blob storage using data factory without copying same file again?

查看:79
本文介绍了如何使用数据工厂从Blob存储中复制.csv文件,而无需再次复制相同文件?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我会得到多个.csv文件到Blob存储,因此使用数据工厂管道我正在将数据加载到Azure数据库中,那么如何将.csv文件复制到数据库而不再次复制同一文件?

I will get  multiple .csv files  to blob storage ,so using data factory pipeline  I am loading data to the azure data base,so how to copy .csv files to database without copying same file again?

推荐答案

您可以创建基于事件的管道.

You can create event-based pipeline.

创建运行响应事件的管道

文档中的示例显示了如何在新文件到达您的Blob后立即触发管道.

The samples in the doc shows how to trigger pipeline as soon as the new file arrives in your blob.

或者您可以使用获取元数据活动获取文件的最后修改时间,以决定应复制哪些文件.

Or you can use Get Metadata Activity to get the last modified time of the files to judge which files should be copied.


这篇关于如何使用数据工厂从Blob存储中复制.csv文件,而无需再次复制相同文件?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
相关文章
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆