If the transformation has XML output, JSON output, or another structured format selected as output, the wizard creates a Streamer component and XMap object in the wizard. Edit the Streamer to identify the XMap in the transformation.
In the
Objects
view, double-click the Streamer, a Script object, to open it in the IntelliScript editor.
To configure the Streamer to identify the XMap in the transformation, perform the following steps:
To configure the necessary element, expand the
contains
element, in the IntelliScript editor. Couble-click the double-right arrows >> near the element.
Expand the
repeating_segment
element. Double-click the double-right arrows >> near the element.
In the
run_component
element select the relevant XMap object from the list of components.
To configure the Streamer to read data from locations in the source document and write the data to XML, right-click
To configure the Streamer further, within the
Streamer
element, nest
ComplexSegment
and
SimpleSegment
components corresponding to the source structure.
For each
SimpleSegment
, define the opening marker and closing marker if required. Define the transformation that processes the segment.