Groovy scripts are not traditional operations, these functions can be found by selecting File>New>Groovy Script or right clicking on a folder in the model and selecting New>Groovy Script.

Groovy Editor

Enter a valid Groovy script and run it. It can do anything you like. If you return an iterable object such as the below you will be able to work with it using the standard operations.

return [
   ["0","Test Data 0"],
   ["1","Test Data 1"],
   ["2","Test Data 2"],
   ["3","Test Data 3"], ]

Groovy Script

A Groovy script can do anything allowed by the Groovy language.

Back to top

Version: 0.0.1-SNAPSHOT. Last Published: 2019-01-22.