Hello experts,
I am new to Groovy and I have created a Groovy script in ODI 12.1.3 which runs fine standalone via the ODI Studio Groovy script editor - the script is based on the one that David Allan posted to auto create a mapping and which is posted here: https://blogs.oracle.com/dataintegration/entry/odi_12c_mapping_sdk_the
However, I do not know how to get this to work as an ODI Procedure as I want to extend this so that I can iteratively generate many mappings via a source command that queries a database table. Are there are any differences in how Groovy code is entered in the script editor versus how it is entered via the procedure task editor?
I have imported the classes at the top of the Groovy script.
cheers,
John