ODI SDK: Leveraging ODI Tools with Groovy
Blog: Oracle BPM
In a previous post, Uli Bethke asked if it would be possible to leverage ODI Tools using Groovy. It turns out that yes, you can do so by combining Groovy and the SDK: dynamically build a package that contains the tools, and execute the code - all in one shot. The key elements in the code are: Create...