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

Default Value File

Default Value File

When the source data format or datatype is not valid for a mask, the Integration Service applies a default mask to the data. The Integration Service applies masked values from the default value file. You can edit the default value file to change the default values.
The default value file is an XML file in the following location:
<PowerCenter Installation Directory>\infa_shared\SrcFiles\defaultValue.xml
The defaultValue.xml file contains the following name-value pairs:
<?xml version="1.0" standalone="yes" ?> <defaultValue default_char = "X" default_digit = "9" default_date = "11/11/1111 00:00:00" default_email = "abc@xyz.com" default_ip = "99.99.9.999" default_url = "http://www.xyz.com" default_phone = "999999999" default_ssn = "999-99-9999" default_cc = "9999 9999 9999 9999" default_seed = "500" />

0 COMMENTS

We’d like to hear from you!