Forum Discussion
pradeep_moganti
5 years agoNew Contributor II
- Supratim5 years agoContributor III
@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