Forum Discussion
tristaanogre
8 years agoEsteemed Contributor
As mentioned, you need to use eval. I don't know Python so the syntax may be off. But, this is what I would do
var myObject;
myObject = eval(DDT.CurrentDriver.Value["columnName"]);
myObject.Keys('Hello World');adithyasekar
8 years agoOccasional Contributor
Thank you Sir. Appreciate your help, That worked.