Page 1 of 1

Concatentation

Posted: Wed Dec 28, 2016 2:37 pm
by Clarky
I am trying to zip up files into a zip file. I want this zip file to have a name that includes a timestamp(eg. "zipfile 12-28-2016.zip"). Can someone guide me as to how to accomplish this?

Re: Concatentation

Posted: Wed Jan 04, 2017 4:56 pm
by Support_Rick
For your output file under the Zip Task ... just put this as the parameter:

${Concat( 'zipfile ', currentDate( 'MM-dd-yyyy' ), '.zip' ) }