Script Components contain source code in a scripting language used for data processing.
Script Components are placed in the Script Components folder in the Components Palette
There are the following script components in AEP
Component |
Description |
JScript Component |
Used to execute code in JScript language. |
VBScript Component |
Used to execute code in VBScript language. |
Perl Script Component |
Used to execute code in Perl Script language. |
Python Script Component |
Used to execute code in Python Script language. |
Ruby Script Component |
Used to execute code in Ruby Script language. |
Allows to toggle on ActiveX components and process data with them.
Global Variables
The list of global variables that can be used by other Processing Components.
Source Code
Source code in the chosen language.
Remarks
●To use Perl component, you must have Active Perl installed on your computer.
●To use Python component, you must have Active Python installed on your computer.
●To use Ruby component, you must have Ruby and Active Ruby installed on your computer.
See also