Groovy
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"], ]
Learn More
Learn about other ORQA operations
Control Flow
Data Aggregation
Data Filters
Data Input/Output
Data Reconciliation
Data Transformations
File System
Web
XML
Groovy