Hello,
I am trying to create a zip file having # in its name for partitioning like so
zip:(${DATAOUT_DIR}/test_#.ZIP)#test_#.dat
but it throws error that “test_ is not in an archive”.
Am I doing this wrong or this is not allowed? I need to have each file zipped up with its name.
Many Thanks, Parsa
Hello, Parsa,
this is not possible at the moment. I have created an issue for it, see https://bug.javlin.eu/browse/CLO-870
Workaround could be writing the files in plain text and then using SystemExecute component with your own script to zip them. See for example http://kb.winzip.com/kb/entry/169/
We are sorry for this inconvinience.
Best regards,