Search code examples
messagebrokeribm-integration-busextended-sql

How to cast(convert) string to blob? in ESQL?


So i am reading an XML file from request note of flow. And need to convert XML data to blob.


Solution

  • Try something like this:

    CAST( MYLITTLESTRING AS BLOB CCSID InputRoot.Properties.CodedCharSetId)