NextGen Knowledge Center

Transformer Tasks

The following context-specific tasks are available throughout the Edit Transformer View:

Task IconTask NameDescription
Add New StepAdds a new transformer step to the table. If an Iterator step or any step that is a child of an Iterator is currently selected, the new step is placed at the end of the children of the most immediate parent Iterator. Otherwise, the new step will be placed at the very end of the list at the bottom of the table.
Delete StepRemoves the currently selected step from the table. If an Iterator step is deleted, all of its children are also deleted.
Assign To IteratorAdds the selected step to a new or existing Iterator. For additional information, see Working With Iterators.
Remove From IteratorRemoves the selected step from its current Iterator. For additional information: Working With Iterators
Import TransformerImports a transformer from an XML file. You can choose to completely replace the current transformer, or simply append the steps to the current table. For additional information, see Import Transformer
Export TransformerExports the current transformer (inbound/outbound data types and all steps) to an XML file.
Validate TransformerValidates the entire transformer and all steps. This includes property validation and script syntax validation.
Validate StepValidates the currently selected step. This includes property validation and script syntax validation.
Move Step UpMoves the currently selected step one slot higher in the table. If the step is inside of an Iterator and is currently the first step in the Iterator's children, this task will move the step up and out of the Iterator, similar to the Remove From Iterator task. For additional information, see Working With Iterators.
Move Step DownMoves the currently selected step one slot lower in the table. If the step is inside of an Iterator and is currently the last step in the Iterator's children, this task will move the step down and out of the Iterator, similar to the Remove From Iterator task. For additional information, see Working With Iterators.