Friday, July 14, 2017

BASE64ENCODE to BASE64DECODE

-- DECLARE log BLOB;
-- SET log = BASE64DECODE(InputRoot.SOAP.Body.nstns:CreateAuditRequest.nstns:Log);
-- SET OutputRoot.XMLNSC.CreateAuditRequest.Message.Log       = CAST(log AS CHARACTER CCSID 1208);

No comments:

Post a Comment

Distributed Computing: A Guide to Comparing Data Between Hive Tables Using Spark

In big data, efficient data comparison is essential for ensuring data integrity and validating data migrations. Apache Spark, with its in-me...