Hi,
I have a String column with JSON data. I want to extract individual key/value from this JSON string e.g. I would like to extract "type" from below JSON stored as String
{type=MBS, pool={MaturityDate=20211216, Key=US01F0124C76, Key1=IR.MBS.USD, Yield=100.30859375}}
I have already extracted/flattened the data while ingestion but I would like to see if I can extract with query.
Is there a way to do this ?
Regards,