view displays events when you run a Data Processor transformation from the Developer tool.
The
Data Processor Events
view has a
Navigation
panel and a
Details
panel. The Navigation panel contains a navigation tree. The navigation tree lists the components that the transformation ran in chronological order. Each node has an icon that represents the most serious event below it in the tree. When you select a node in the
Navigation
panel, events appear in the
Details
panel.
The navigation tree contains the following top-level nodes:
Service Initialization. Describes the files and the variables that the Data Processor transformation initializes.
Execution. Lists the components that the Script, Library or XMap ran.
Summary. Displays statistics about the processing.
When you run an XMap, each node name in the navigation panel has a number in square brackets, such as [5]. To identify the statement that generated the events for the node, right-click in the statements grid and select Go to Row Number. Enter the node number.
When you run a Script and double-click an event in the
Navigation
panel or the
Details
panel, the Script editor highlights the Script component that generated the event. The
Input
panel of the
Data Viewer
view highlights the part of the example source document that generated the event.