问题
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