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

Component Types

Component Types

The context of the Script determines the types of components you can add.
For example, anchors must appear nested within Parsers, Mappers, or Serializers. Also, additional input ports and additional output ports can appear only at the global level of the Script.
The following table describes the types of components that you can add to a Script:
Component Type
Description
Action
Takes data from a data holder and performs an operation on it. For example, the
RunParser
action runs a Parser.
Anchor
Identifies a section of the input document.
Document processor
Performs a complex transformation on an input document. For example, the
PdfToTxt_4
document processor converts a PDF document to plain text.
Format
Defines the format of the documents for a Parser to process.
Locator
Isolates a single occurrence of a multiple-occurrence data holder.
Mapper
Reads XML documents and writes XML documents. Can be set as the startup component.
Notification
Writes a message to the standard output or to a log. For example, the
XsdValidationError
notification indicates that the input document is not valid as against the schema that defines it.
Parser
Reads documents in any format and writes documents in any format. Can be set as the startup component.
Script Port
Defines an input or output document.
Serializer
Reads XML documents and writes documents in any format. Can be set as the startup component.
Streamer
Breaks large input files into chunks and passes the chunks to a Parser, Mapper, or Serializer. Can be set as the startup component.
Transformer
Transforms an input string to an output string. Can be set as the startup component.
Validator
Determines whether input data conforms to a specific data definition.
Variable
Holds data that the Script receives through a service parameter, or holds data from component in the Script.

0 COMMENTS

We’d like to hear from you!