04-01-2018 09:51 PM
We have a requirement to deliver 6-files in single .tar.gz file → club 6-files into TAR and then gZIP them
How can this be achieved in SnapLogic? Does zip read/write helps?
04-01-2018 10:37 PM
Yes, it can as stated in the documentation of FileZip Write
if Base directory is testFolder and the input view label is test.csv, the file name for the first binary input stream in that input view will be testFolder/test.csv, and the second, testFolder/test_2.csv, and the third, testFolder/test_3.csv, and so on.
All you need to do is to feed 6 binary to the 6 input view to the FieZip Write.
04-03-2018 02:04 AM
Looks like some gap here I got the below response from SL support.
04-04-2018 01:24 AM
Here is a pipeline what allows you to execute command as if you are on the terminal.
It is possible if you have a groundplex and have access to a NFS mount. You could achieve what you need with the following steps: