Default Value File
When the source data format or datatype is invalid for a mask, the Data 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:
<Installation Directory>\infa_shared\SrcFiles\defaultValue.xml
To use the default value file in workflows, copy the default value file to the source directory that you configure for the Data Integration Service.
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 = "999 999 999 9999"
default_ssn = "999-99-9999"
default_cc = "9999 9999 9999 9999"
default_sin = "999-999-999"
default_seed = "500"/>