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

AsnToXml

AsnToXml

The
AsnToXml
document processor converts a binary ASN.1 file to XML.
The following table describes the properties of the
AsnToXml
document processor:
Property
Description
asn_file
Defines an ASN.1 specification file.
header
Defines a header to exclude from the XML. You can choose one of the following options:
  • NewlineSearch. The header is a newline.
  • OffsetSearch. The header is defined by the number of characters from the beginning of the file.
  • PatternSearch. The header is defined by a regular expression.
  • TextSearch. The header is defined by an explicit string or a string that you retrieve dynamically from the source document.
no_constraints
Determines whether the ASN file is processed with constraints. You can choose one of the following options:
  • true. The ASN file is processed without constraints.
  • false. The ASN file is processed with constraints.
Default is false.
pdu_type
Defines the PDU type. Use this property to clarify an ambiguity.
process_first_message
Determines whether the entire CDR file is processed. You can choose one of the following options:
  • true. Only the first record is processed.
  • false. The entire CDR file is processed.
Default is false.
separator
Defines text to ignore between records. You can choose one of the following options:
  • NewlineSearch. The separator is a newline.
  • OffsetSearch. The separator is defined by the number of characters from the end of the previous record.
  • PatternSearch. The separator is defined by a regular expression.
  • TextSearch. The separator is defined by an explicit string or a string that you retrieve dynamically from the source document.

0 COMMENTS

We’d like to hear from you!