Table of Contents

Search

  1. Preface
  2. Introduction to Data Transformation
  3. Data Processor Transformation
  4. Wizard Input and Output Formats
  5. Relational Input and Output
  6. Using the IntelliScript Editor
  7. XMap
  8. Libraries
  9. Schema Object
  10. Command Line Interface
  11. Scripts
  12. Parsers
  13. Script Ports
  14. Document Processors
  15. Formats
  16. Data Holders
  17. Anchors
  18. Transformers
  19. Actions
  20. Serializers
  21. Mappers
  22. Locators, Keys, and Indexing
  23. Streamers
  24. Validators, Notifications, and Failure Handling
  25. Validation Rules
  26. Custom Script Components

User Guide

User Guide

IntelliScript Editor Menus

IntelliScript Editor Menus

Right-click in an IntelliScript editor to display a menu. The menu options depend upon the context in which you click.
Menu of the IntelliScript Pane
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.
Menu of the Example Pane
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.

0 COMMENTS

We’d like to hear from you!