Table of Contents

Search

  1. Preface
  2. Introduction to Transformations
  3. Transformation Ports
  4. Transformation Caches
  5. Address Validator Transformation
  6. Aggregator Transformation
  7. Association Transformation
  8. Bad Record Exception Transformation
  9. Case Converter Transformation
  10. Classifier Transformation
  11. Comparison Transformation
  12. Consolidation Transformation
  13. Data Masking Transformation
  14. Data Processor Transformation
  15. Decision Transformation
  16. Duplicate Record Exception Transformation
  17. Expression Transformation
  18. Filter Transformation
  19. Hierarchical to Relational Transformation
  20. Java Transformation
  21. Java Transformation API Reference
  22. Java Expressions
  23. Joiner Transformation
  24. Key Generator Transformation
  25. Labeler Transformation
  26. Lookup Transformation
  27. Lookup Caches
  28. Dynamic Lookup Cache
  29. Macro Transformation
  30. Match Transformation
  31. Match Transformations in Field Analysis
  32. Match Transformations in Identity Analysis
  33. Normalizer Transformation
  34. Merge Transformation
  35. Parser Transformation
  36. Python Transformation
  37. Rank Transformation
  38. Read Transformation
  39. Relational to Hierarchical Transformation
  40. REST Web Service Consumer Transformation
  41. Router Transformation
  42. Sequence Generator Transformation
  43. Sorter Transformation
  44. SQL Transformation
  45. Standardizer Transformation
  46. Union Transformation
  47. Update Strategy Transformation
  48. Web Service Consumer Transformation
  49. Parsing Web Service SOAP Messages
  50. Generating Web Service SOAP Messages
  51. Weighted Average Transformation
  52. Window Transformation
  53. Write Transformation
  54. Appendix A: Transformation Delimiters

Developer Transformation Guide

Developer Transformation Guide

Status Code Values and Status Description Values

Status Code Values and Status Description Values

The persistence status codes and the persistence status descriptions describe the relationship between the transformation input records and the records that the data store represents. The transformation uses sequence identifier values to identify the records and to determine the relationship between the records in the data sets.
The persistence status code and the persistence status descriptions have a common structure. The status codes and the status descriptions contain the same information at each position in the output data string.

Data Set Status

The first value in the status code and in the status description identifies the data set that contains the record.
The following table describes the status codes and the status descriptions that the transformation can return in the first position:
Status Code
Status Description
S
Store.
The current record originates in the index data store.
I
Input.
The current record originates in the transformation input data.

Duplicate Record Status

The second value in the status code and in the status description describes the relationship between the transformation index data and the persistent data store.
The following table describes the status codes and the status descriptions that the transformation can return in the second position:
Status Code
Status Description
A
Absent.
The index data store does not contain data for the current record.
E
Exists.
The current record is present in the index data store and in the transformation input data.
I
Invalid.
The transformation cannot analyze the current record. For example, the transformation cannot generate index data for the record because the key field on the Match Type tab is not compatible with the record data.
N
New.
The record is present in the data source.
0
[Dash]
The record is present in the index data store.

Data Store Status

The third value in the status code and in the status description describes any action that the transformation performs on the index data tables.
The following table describes the status codes and the status descriptions that the transformation can return in the third position:
Status Code
Status Description
A
Added.
The transformation adds the index data for the current input record to the persistent data store.
The transformation input data and the persistent index data have different sequence identifiers.
I
Ignored.
The transformation does not add any index data for the current input record to the persistent data store.
N
The transformation returns one of the following descriptions:
  • No change.
    The current record originates in the persistent data store, and the transformation takes no action.
  • Not added.
    The transformation does not update the persistent data store with any data for the current input record because of the match policy that you defined.
R
Removed.
The transformation removes the index data for the record from the index data store.
U
Updated.
The transformation updates the rows in the persistent data store with index data from the transformation input record.
The transformation input data and the persistent index data have common sequence identifiers.

Persistence Status Description Example

The persistence status code INA00000 has the following persistence status description:
Input, New, Added
The status code and the status description contain the following information about the record:
  • The record originates in the transformation input data.
  • The persistent data store does not contain a copy of the record.
  • The transformation adds the index data for the record to the persistent data store.

0 COMMENTS

We’d like to hear from you!