Siebel Data Quality Administration Guide > Sample Configuration and Script Files > Sample Configuration Files >

ssadq_cfgasm.xml


The ssadq_cfgasm.xml file is used by Oracle Data Quality Address Validation Server. An example ssadq_cfgasm.xml file follows.

<?xml version="1.0" encoding="UTF-8"?>

<Data>

   <Parameter>

      <iss_host>hostname</iss_host>

   </Parameter>

   <Parameter>

      <iss_port>1666</iss_port>

   </Parameter>

   <Parameter>

      <format_zip>TRUE</format_zip>

   </Parameter>

      <Parameter>

      <datacleanse_mapping>

         <mapping>

            <field>Name</field>

            <ssafield>Organization</ssafield>

            <std_operation>Upper</std_operation>

         </mapping>

         <mapping>

            <field>Street_spcAddress</field>

            <ssafield>Street1</ssafield>

            <std_operation>Upper</std_operation>

         </mapping>

         <mapping>

            <field>City</field>

            <ssafield>Locality</ssafield>

      </mapping>

         <mapping>

            <field>Postal_spcCode</field>

            <ssafield>Zip</ssafield>

         </mapping>

         <mapping>

            <field>State</field>

            <ssafield>Province</ssafield>

         </mapping>

         <mapping>

            <field>Country</field>

            <ssafield>Country</ssafield>

         </mapping>

         <mapping>

            <field>First_spcName</field>

            <ssafield>FName</ssafield>

            <std_operation>Upper</std_operation>

         </mapping>

         <mapping>

            <field>Middle_spcName</field>

            <ssafield>MName</ssafield>

         <std_operation>Upper</std_operation>

         </mapping>

         <mapping>

            <field>Last_spcName</field>

            <ssafield>LName</ssafield>

            <std_operation>Upper</std_operation>

         </mapping>

         <mapping>

            <field>Personal_spcPostal_spcCode</field>

            <ssafield>Zip</ssafield>

      </mapping>

         <mapping>

            <field>Personal_spcCity</field>

            <ssafield>Locality</ssafield>

         </mapping>

         <mapping>

            <field>Personal_spcState</field>

            <ssafield>Province</ssafield>

         </mapping>

         <mapping>

            <field>Personal_spcStreet_spcAddress</field>

            <ssafield>Street1</ssafield>

            <std_operation>Camel</std_operation>

         </mapping>

         <mapping>

            <field>Personal_spcStreet_spcAddress 2</field>

            <ssafield>Street2</ssafield>

            <std_operation>Camel</std_operation>

         </mapping>

         <mapping>

            <field>Personal_spcCountry</field>

            <ssafield>Country</ssafield>

         </mapping>

      </datacleanse_mapping>

   </Parameter>

</Data>

Siebel Data Quality Administration Guide Copyright © 2018, Oracle and/or its affiliates. All rights reserved. Legal Notices.