Module datarush.library
Package com.pervasive.datarush.operators.scripting
Provides the RunScript
operator for running user-defined scripts on the rows of an input record flow.
This package integrates JSR 223 with DataRush applications.
-
Class Summary Class Description RunJavaScript Processes rows using user-defined scripts written in JavaScript.RunScript Processes rows using user-defined scripts. -
Exception Summary Exception Description ScriptingException Provides an unchecked wrapper for exceptions thrown by scripts providing such information as line and column number of the error.ScriptOutputTypeException Exception that indicates a script attempted to assign a value of the wrong type to an output field.