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