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

Kenneth Lhv picture Kenneth Lhv · May 24, 2012 · Viewed 18.9k times · Source

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

Answer

Petter Nordlander picture Petter Nordlander · May 25, 2012

Try something like this:

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