I'm trying to zip a folder (C:\Temp\docs) using 7-zip in SSIS. I have added a Execute Process Task. Double click it. In Process tab, I add
Executable C:\Program Files\7-Zip\7z.exe
Arguments a -tzip
I would like the output zip file to be named doc_(current date).zip
Can someone please suggest how to add dynamic value to a variable name (in this case, the output zip file name)