B2B Data Transformation
- B2B Data Transformation 10.4.0
- All Products
Option | Description |
---|---|
View Marking | Highlights the selected anchor in the example source. |
Set as Setup Component | Defines the selected component as the startup component of the project. |
Cut | Allows you to cut components in the IntelliScript. |
Copy | Allows you to copy components in the IntelliScript. |
Paste | Allows you to paste components in the IntelliScript. |
Insert | Allows you to insert components in the IntelliScript. |
Delete | Allows you to delete components in the IntelliScript. |
Make Optional | Selects the optional property of a component. If a component is optional, a failure of the component does not cause its parent component to fail. For more information, see the Data Transformation Studio User Guide |
Make Mandatory | Deselects the optional property of a component. If a component is optional, a failure of the component does not cause its parent component to fail. For more information, see the Data Transformation Studio User Guide |
Enable | Selects the disabled property of a component. A disabled component is ignored. This feature is useful to disable a component temporarily for testing and debugging. |
Disable | Deselects the disabled property of a component. A disabled component is ignored. This feature is useful to disable a component temporarily for testing and debugging. |
Script Mode | The Script mode displays the raw content of the *.tgp file. This mode is intended for advanced troubleshooting only. |
Intelli Mode | The Intelli mode displays the IntelliScript in a readable, graphical representation. This is the mode illustrated throughout this book and the other Data Transformation documentation. |
Open Example Source | Opens the example source file of the selected parser, serializer, or mapper. |
Create Serializer | Creates a serializer from the selected parser. The serializer and the parser perform inverse transformations. |
Option | Description |
---|---|
Copy | Copies a string to the clipboard. |
Insert Marker | Defines the selected text as a Marker anchor. The anchor is added to the IntelliScript. |
Insert Content | Defines the selected text as a Content anchor. The anchor is added to the IntelliScript. |
Insert Offset Content | Defines the selected location as a Content anchor. The anchor is added to the IntelliScript. |
Insert RepeatingGroup | Defines the selected text as the separator of a RepeatingGroup anchor. The anchor is added to the IntelliScript. |
View Instance | Finds the selected anchor in the IntelliScript. |
View Event | Finds the corresponding event in the Events view. |
Find | Finds a string in the example source document. |
Logical Encoding | If the example source contains text in a right-to-left language, such as Hebrew or Arabic, this command toggles the display from left-to-right to right-to-left. |
Line Wrap | Wraps long lines. |
Save Source As | Saves the example source in a specified location under a specified name. |