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

ComplexSegment

ComplexSegment

A
ComplexSegment
component defines a source structure that contains a header, a repeating portion, and a footer.
The following table describes the properties of the
ComplexSegment
component:
Property
Description
concat_header_to_repeating_segment
Determines whether the system includes the
header_segment
with each instance of the
repeating_segment
. It passes the result to the
run_component
of the
repeating_segment
. You can choose one of the following options:
  • Selected. Each repeating segment has a copy of the header.
  • Cleared. Each repeating segment appears without the header.
For more information, see Header Concatenation. Default is cleared.
footer_segment
Defines the footer portion of the source. Under this property, you can nest a
SimpleSegment
that defines the footer. If this property is undefined, the Script processes the source as if it has no footer.
header_segment
Defines the header portion of the source. Under this property, you can nest a
SimpleSegment
that defines the header. If this property is undefined, the Script processes the source as if it has no header.
repeating_segment
Defines the repeating portion of the source. Under this property, you can nest a
SimpleSegment
that defines the repeating data. You can also nest a
ComplexSegment
that has its own header-repeating-footer structure.

0 COMMENTS

We’d like to hear from you!