The Siemens Community Catalyst program was co-created with our community to acknowledge technology leaders who consistently contribute to the Siemens Community. Nominations are accepted on a rolling basis.
ExampleSet eSet = operator.getInput(ExampleSet.class);for (Example example : eSet) { def s = example["Attribute Value"] String encoded = s.bytes.encodeBase64().toString()example["Attribute Value"] = encoded }return eSet;