Table of Contents

Search

  1. Preface
  2. Working with Transformations
  3. Aggregator Transformation
  4. Custom Transformation
  5. Custom Transformation Functions
  6. Data Masking Transformation
  7. Data Masking Examples
  8. Expression Transformation
  9. External Procedure Transformation
  10. Filter Transformation
  11. HTTP Transformation
  12. Identity Resolution Transformation
  13. Java Transformation
  14. Java Transformation API Reference
  15. Java Expressions
  16. Java Transformation Example
  17. Joiner Transformation
  18. Lookup Transformation
  19. Lookup Caches
  20. Dynamic Lookup Cache
  21. Normalizer Transformation
  22. Rank Transformation
  23. Router Transformation
  24. Sequence Generator Transformation
  25. Sorter Transformation
  26. Source Qualifier Transformation
  27. SQL Transformation
  28. Using the SQL Transformation in a Mapping
  29. Stored Procedure Transformation
  30. Transaction Control Transformation
  31. Union Transformation
  32. Unstructured Data Transformation
  33. Update Strategy Transformation
  34. XML Transformations

Transformation Guide

Transformation Guide

User-Defined Default Output Values

User-Defined Default Output Values

You can create user-defined default values to override the system default values for output ports.
You can enter user-defined default values for output ports if you do not want the Integration Service to skip rows with errors or if you want the Integration Service to write a specific message with the skipped row to the log. You can enter default values to complete the following functions when the Integration Service encounters output transformation errors:
  • Replace the error with a constant value or constant expression. The Integration Service does not skip the row.
  • Abort the session with the ABORT function.
  • Write specific messages in the log for transformation errors.
You cannot enter user-defined default output values for input/output ports.
The following table summarizes how the Integration Service handles output port transformation errors and default values in transformations:
Default Value
Default Value Type
Description
Transformation Error
System
When a transformation error occurs and you did not override the default value, the Integration Service performs the following tasks:
  • Increases the transformation error count by 1.
  • Skips the row, and writes the error and input row to the session log file or row error log, depending on session configuration.
The Integration Service does not write the row to the reject file.
Constant or Constant Expression
User-Defined
Integration Service replaces the error with the default value.
The Integration Service does not increase the error count or write a message to the log.
ABORT
User-Defined
Session aborts and the Integration Service writes a message to the session log.
The Integration Service does not increase the error count or write rows to the reject file.

0 COMMENTS

We’d like to hear from you!