File rename with date and time
I have a txt file that is being produced from a vendors SSIS package named - 'ADPTranP.txt'.
I need to create a new SSIS package that renames the txt file to:
p.gsg1.tax.yyyymmddhhmmss.prl.pgp
I have a handle on the pgp encryption part, but don't know how to do the renaming.
Pretty sure I will need to create package variables to handle this. But I'm kinda new to SSIS and really need step by step instructions, if possible.
Is there a guide already out there that would help me? Any help appreciated.
Thanks in advance.
qeqw
August 31st, 2012 9:05am
Check
this which gives a step-to-step process on how to copy and rename a file from one to another directory using expressions.http://btsbee.wordpress.com/
Free Windows Admin Tool Kit Click here and download it now
August 31st, 2012 9:12am