The IntelliScript editor is the main editor where you can configure a Script component, such as Parser, Mapper, or Serializer.
The IntelliScript editor has a tree structure. The top, global level of the tree displays the runnable transformation components such as Parsers. These components are called runnable because you can set them as the startup component of the transformation.
You can also define non-runnable components, such as variables or actions, at the global level. This allows you to use the components at other locations in the project.
At the nested levels of the IntelliScript editor, you can define components such as anchors and actions. You can click the
+
or
-
symbols to expand the IntelliScript editor tree and display the nested levels.