GitHub user bamaer added a comment to the discussion: Base64 encoded zipFile in REST Response - Can it be handled in any way
not 100% sure if this will work, but what you could try is: accept the result from the REST client as a String, cast to binary with a Select Values (metadata tab), and write (only) that binary field to a file with a Text File Output (no header, no separator, no enclosing, US-ASCII or similar encoding) GitHub link: https://github.com/apache/hop/discussions/5746#discussioncomment-14549863 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
