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

Validators

Validators

A validator component confirms that its input conforms to a condition. You can use validators to check input for maximum or minimum string lengths or numeric values, conformance with expressions, or many other conditions. You can apply multiple validators to the same input.
If the input does not conform to the condition, the validator triggers a notification. A
NotificationHandler
component can process the notification. For example, if you use validators in a Parser, a
NotificationHandler
can insert a warning message in the Parser output. For more information, see Notifications.
You can insert validators in locations such as the
validators
property of a
Content
anchor or
Map
action. The validators enable you to warn if the input is invalid, without necessarily failing the
Content
or
Map
.
In addition to the validators described in this chapter, you can validate data against a set of user-defined rules and generate an XML validation report. For more information, see ValidateValue.

0 COMMENTS

We’d like to hear from you!