Skip to Content
0
Aug 31, 2023 at 04:49 PM

Insert file in zip archive

106 Views

hi experts,

We r getting zip file as input to cpi i-flow and I would like to create new .txt file and insert in input zip file.

Example:

Input: test.zip -> file1.txt, file2.txt

Expected Output: test2.zip -> file1.txt, file2.txt , file3.txt

Here, File3.txt = content of file1 + file2

How can we achieve this in cpi

Thanks

Krish