Hi Serge, Thanks for the useful tips , but unfortunately we are not
allowed to touch the schema , I am writing something like below but
seems it's not updating the column with blank . Not sure where I am
goign wrong.var schemaName =
vars.targetSchema.substring(vars.targetSchema.indexOf(":") +
1);logInfo(schemaName);var collection = <{schemaName + '-collection'}
xtkschema={vars.targetSchema}/>//logInfo("Collection" +collection);var
query = xtk.queryDef.create()var res = query.ExecuteQuery();//log...