GitHub user bamaer edited a comment on the discussion: Compress string with 
zlib and encoded to base64

For base64, the easiest way will be through the Base64 encode and decode 
calculation types in the calculator transform.
For the compression: there's no transform that can do this afaik, and we don't 
ship zlib with Apache Hop, but you should be able to download it, add it to 
lib/core and use it in a script.  If you don't really need zlib, 
GZIPOutputStream is available in Java by default. 

GitHub link: 
https://github.com/apache/hop/discussions/5343#discussioncomment-13219629

----
This is an automatically sent email for [email protected].
To unsubscribe, please send an email to: [email protected]

Reply via email to