How can I access each record field and its value in Groovy?
I am using Groovy Evaluator processor in my pipeline and I would like programmatic access to each record field and its values in a loop. How can I achieve that?
add a comment