Scripting
 
Share this page                  
Scripting
DataConnect includes a scripting language called EZscript that allows you to write your own scripts and expressions to include with the processes and transformations. A script is an artifact that contains a code snippet. The scripting engine can directly evaluate the script to produce the required result. Expressions are very similar to scripts, but are normally stored as part of one of the larger artifacts.
The following file extensions are supported:
.ezscript
.rifl
.bas
The support for .rifl and .bas file types is mainly provided for backward compatibility with DataConnect v9 and v8, respectively.
This section provides information about the following:
EZscript Scripting Language
EZScript Editor
Accessing EZscript Editor
Exploring EZscript File in Tab View
Exploring EZscript Expressions Window
EZscript Libraries