Forum Discussion
pradeep_moganti
5 years agoNew Contributor II
@pradeep.moganti If you want encoded format content before writing to zip, use mapper after csv parser, change the input view and output view of mapper as binary (pfa screenshot)then use the expression - Base64.encode(GZip.decompress($content)) and then connect in zip write.
.
If you want to format after file write, then first read the zip file and then use the mapper as I mention below
Related Content
- 3 months ago
- 3 years ago
- 6 months ago