如何使用 ssis 将文件上传到一个驱动器



我正在寻找一种使用 SSIS 将文件上传到 One Drive 的方法。我已经研究过,有一些第三方工具,如CozyRoc,KingswaySoft,它们提供了一个驱动器连接管理器。有谁已经有这样做的经验?如果是这样,请分享!

我找到了一种更简单的方法,无需任何第三方软件即可做到这一点。将一个驱动器下载到本地计算机,然后登录。您可以上传,下载,删除文件。要在 Windows 上映射 One Drive for Business 云驱动器,请按照以下步骤操作

在文件资源管理器(我的电脑)中映射网络位置

       a. Open File Explorer (or My Computer in older Windows) and select This PC on the left side tree.
       b. Click on Add Network Location button in the ribbon (or right click on empty space in File Explorer and select Add Network Location).

在此处映射文件资源管理器中的网络位置

       c. Click Next on Add Network Wizard window
       d. Click to select Choose custom network location and click Next
       e. Copy the URL from the address box and add Documents in the end like below example  
          https://<your Office365 tenant name>-my.sharepoint.com/personal/<yourrname>_company_com/Documents 

添加网络向导窗口

       f. Enter a name for your network location and click Next and Finish to complete the wizard.

网络位置名称

      g. You will find the mapped network location in My PC section.

映射的网络位置

使用文件系统任务上传、创建、删除等。大功告成。

我们的 SSIS 生产力包提供 OneDrive 目标组件,该组件支持从 OneDrive 创建/更新/删除数据。您可以下载该工具包并尝试一下,如果您遇到任何问题,请随时告诉我们。我们非常乐意为您提供帮助!

相关内容

  • 没有找到相关文章

最新更新