Forum Discussion
cjhoward18
5 years agoEmployee
you can use the expression Base64.encode(GZip.decompress($content))
in a mapper to decompress your zipped file and encode it into Base64 format.
Where $content is your zipped file
you can use the expression Base64.encode(GZip.decompress($content))
in a mapper to decompress your zipped file and encode it into Base64 format.
Where $content is your zipped file