Editing the mapping of the verification codes from address validation providers to Talend verification levels
The tAddressRowCloud and tBatchAddressRowCloud components enable you to verify address using online services such as Melissa Data and Loqate. You can edit the melissaVerifLevelConf.xml and loqateVerifLevelConf.xml files to change the mapping of the verification codes from Melissa Data and Loqate to Talend verification levels.
In a Job using the tAddressRowCloud component to parse addresses against Melissa Data, the values in the VerificationLevel column in the output look like this:
In this example, the values in melissaVerifLevelConf.xml are
defaults:
<Provider name="melissadata">
<VerifyLevel>
<Verified match="startsWith">AV2</Verified>
<PartiallyVerified match="startsWith">AV1</PartiallyVerified>
<Unverified match="startsWith">AE01,AE02,AE03</Unverified>
<Ambiguous match="startsWith">AE05,AE09,AE11,AE13,AE14,AE17</Ambiguous>
<Conflict match="startsWith">AE08,AE10,AE12</Conflict>
<Reverted></Reverted>
</VerifyLevel>
</Provider>
Procedure
Results
After restarting Talend Studio, the output result from a Job using the tAddressRowCloud
component to parse addresses against Melissa Data looks like this: