An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
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;