SSIS - Move and open zip file / load xml file to the BD

我的梦境 提交于 2020-07-01 06:51:23

问题


first of all you're amazing.

About my problem, what i have to do, is:

I have a folder in the sftp with multiple files (zip). What i need do do is, load those files from the sftp, one by one to a stagging folder, open them, inside they are 3 files, 2 pdf and one xml. I need to upload the xml to the bd. After that, based in one field of the xml (ExternalID) i need to move the file in some folder, that depends of the ExternalID, before i move the files, i need to zip all 3 files and name the zip with the ExternalID.

Anyone did something similar? Or some advises to do this?

Any help will be appreciated.

Regards.


回答1:


SSIS doesn't support SFTP natively.

WinSCP (free of charge) could be handy. Here is its link: SFTP Task for SSIS/SSDT



来源:https://stackoverflow.com/questions/62196468/ssis-move-and-open-zip-file-load-xml-file-to-the-bd

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