Click here to Skip to main content
15,888,590 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi all,

I am creating a package to achieve the following.

There are 2 text files. errorFIle.txt, impFile.txt

errorFile contains some filenames.

(1)These filenames has to be deleted from impFile.

errorFile.txt:
aaa.pdf
ccc.pdf
eee.pdf

impFile.txt:
aaa.pdf
bbb.pdf
ccc.pdf
ddd.pdf
eee.pdf

After deleting impFile should look like below

impFile:
bbb.pdf
ddd.pdf


(2) Also, the files in errorFile has to get deleted from a folder called imp.

Please help me achieve this in SSIS

Thanks in advance,
SR
Posted
Comments
ZurdoDev 23-Oct-15 7:50am    
Where are you stuck?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900