I have a COLB column on a table which contains Json. when I pull it using ExecuteSQLRecord, it is adding Escape Characters to the Json.
How to avoid it adding escape Characters.
[ {
"COLB_COLUMN" : "{\"requestId\":\"502\",\"systemId\":\"77734175-3c8b-471d-b683-8bee62e7b975\",\"responseData\":[]}"
} ]
I have also Tried using ExecuteSQL and convertAvroToJson still there are Escape Characters.