Transformer Tasks
The following context-specific tasks are available throughout the Edit Transformer View:
Task Icon | Task Name | Description |
---|---|---|
Add New Step | Adds 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 Step | Removes the currently selected step from the table. If an Iterator step is deleted, all of its children are also deleted. | |
Assign To Iterator | Adds the selected step to a new or existing Iterator. For additional information, see Working With Iterators. | |
Remove From Iterator | Removes the selected step from its current Iterator. For additional information: Working With Iterators | |
Import Transformer | Imports 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 Transformer | Exports the current transformer (inbound/outbound data types and all steps) to an XML file. | |
Validate Transformer | Validates the entire transformer and all steps. This includes property validation and script syntax validation. | |
Validate Step | Validates the currently selected step. This includes property validation and script syntax validation. | |
Move Step Up | Moves 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 Down | Moves 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. |