Hi, I'm Ask INFA!
What would you like to know?
ASK INFAPreview
Please to access Ask INFA.

Table of Contents

Search

  1. Preface
  2. Working with Transformations
  3. Address Validator Transformation
  4. Aggregator Transformation
  5. Association Transformation
  6. Bad Record Exception Transformation
  7. Case Converter Transformation
  8. Classifier Transformation
  9. Cleanse transformation
  10. Comparison Transformation
  11. Custom Transformation
  12. Custom Transformation Functions
  13. Consolidation Transformation
  14. Data Masking Transformation
  15. Data Masking Examples
  16. Decision Transformation
  17. Duplicate Record Exception Transformation
  18. Dynamic Lookup Cache
  19. Expression Transformation
  20. External Procedure Transformation
  21. Filter Transformation
  22. HTTP Transformation
  23. Identity Resolution Transformation
  24. Java Transformation
  25. Java Transformation API Reference
  26. Java Expressions
  27. Java Transformation Example
  28. Joiner Transformation
  29. Key Generator Transformation
  30. Labeler Transformation
  31. Lookup Transformation
  32. Lookup Caches
  33. Match Transformation
  34. Match Transformations in Field Analysis
  35. Match Transformations in Identity Analysis
  36. Merge Transformation
  37. Normalizer Transformation
  38. Parser Transformation
  39. Rank Transformation
  40. Router Transformation
  41. Sequence Generator Transformation
  42. Sorter Transformation
  43. Source Qualifier Transformation
  44. SQL Transformation
  45. Using the SQL Transformation in a Mapping
  46. Stored Procedure Transformation
  47. Standardizer Transformation
  48. Transaction Control Transformation
  49. Union Transformation
  50. Unstructured Data Transformation
  51. Update Strategy Transformation
  52. Weighted Average Transformation
  53. XML Transformations

Transformation Guide

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!