How can I rename fields using Jython?
How to achieve similar functionality in Jython Evaluator Stage which was done in
How to achieve similar functionality in Jython Evaluator Stage which was done in
Hi!
Thoroughly refer to following docs before going the scripting route. And note that even in the Q&A link you referred to (for Groovy script) there's a note from @jeff suggesting that the same thing can now be accomplished using Field Mapper.
Cheers, Dash
Asked: 2019-09-13 07:33:51 -0600
Seen: 246 times
Last updated: Sep 14 '19
You should be able to just translate that Groovy code to Jython. Where are you getting stuck? Can you post your code?
Also, what rename logic are you trying to achieve? It may not even be necessary to use scripting for it.
@meta notsure how to achieve similarly in jython
@jeff agreed.. but if i want to achieve multiple replace with in single stage it might not be possible due to that reason i am looking for preferrably jython