SAPCleanser.xml - trillium_quality - 17.2

Trillium Quality for SAP Reference Guide

Product type
Software
Portfolio
Verify
Product family
Trillium
Product
Trillium > Trillium Quality
Version
17.2
Language
English
Product name
Trillium Quality
Title
Trillium Quality for SAP Reference Guide
First publish date
2008
Last updated
2024-04-08
Published on
2024-04-08T11:11:33.467656

The XML-formatted Cleanser server scripts are generated by the deployment tool. The scripts are set in the following order:

Process

Script

Initial Transformer

<TRANFRMR NAME="sap  Initial Transformer_1" ENABLED="y" TRACE="">

    <SETTINGSFILE>$(PROJDIR)\settings\initialtranfrmr_p1.stx</SETTINGSFILE>

    <LOGFILE>$(PROJDIR)\logs\initialtranfrmr_p1.log</LOGFILE>

</TRANFRMR>

 

Process Name = “tranfrmr”

Setting file = “initialtranfrmr.stx”

Required.  Provides initial transformation of data before it invokes the Global Router and Customer Parser.

Initial Country Global Router

<GLOBRTR NAME="Data Router (Connector)_2" ENABLED="y" TRACE="">

    <SETTINGSFILE>$(PROJDIR)\settings\initialglobrtr_p2.stx</SETTINGSFILE>

    <LOGFILE>$(PROJDIR)\logs\initialglobrtr_p2.log</LOGFILE>

</GLOBRTR>

 

Process Name = “globrtr”

Setting file = “initialglobrtr.stx”

Required.  Scans, identifies and sorts incoming data by country of origin for country-specific processing.

Test field “DR_COUNTRY”

<TEST FIELD="DR_COUNTRY">

 

Required.  The “DR_COUNTRY” field is defined by the connector to store the country determined by the Country Global Router. It is used as a test field in order to pass the data to the correct specific country processing.

Test Condition “XX”

<CONDITION VALUE="US">

 

Required.  A test condition on the field “DR_COUNTRY” for the country code value. For this example, US is the country code.

Country-specific Pre-Transformer

<TRANFRMR NAME="us Transformer_7" ENABLED="y" TRACE="">

     <SETTINGSFILE>$(PROJDIR)\settings\ustranfrmr_p7.stx</SETTINGSFILE>

     <LOGFILE>$(PROJDIR)\logs\ustranfrmr_p7.log</LOGFILE>

</TRANFRMR>

 

Process Name = “USTranfrmr1”

Setting file = “ustranfrmr.stx”

Required.  Provide pre-transformation of the country-specific data before the Customer Parser is invoked. For this example, US is the country code.

Country-specific Customer Parser

<CUSPARSE NAME="us Customer Data Parser_8" ENABLED="y" TRACE="">

   <SETTINGSFILE>$(PROJDIR)\settings\uscusparse_p8.stx</SETTINGSFILE>

   <LOGFILE>$(PROJDIR)\logs\uscusparse_p8.log</LOGFILE>

</CUSPARSE>

 

Process Name = “USCusparse”

Setting file = “uscusparse.stx”

Required.  Indentifies and/or verifies the components of free-floating or fixed-fielded data. It standardizes address and geography components of the added/modified record. For example, “San Fran” is standardized to “SAN FRANCISCO” and “Calif” is standardized to “CA”. For this example, US is the country code.

Country-specific Postal Matcher

<USPMATCH NAME="us Postal Matcher_10" ENABLED="y" TRACE="">

    <SETTINGSFILE>$(PROJDIR)\settings\uspmatch_p10.stx</SETTINGSFILE>

    <LOGFILE>$(PROJDIR)\logs\uspmatch_p10.log</LOGFILE>

</USPMATCH>

 

Process Name = “USPmatch”

Setting file = “uspmatch.stx”

Required.  Assigns or corrects Postal Codes, Street Name, Latitude/Longitude and City Names. For this example, US is the country code.

Country-specific Post-Transformer

<TRANFRMR NAME="us Transformer Data Reconstruction_11" ENABLED="y" TRACE="">

     <SETTINGSFILE>$(PROJDIR)\settings\usdrtrans_p11.stx</SETTINGSFILE>

     <LOGFILE>$(PROJDIR)\logs\usdrtrans_p11.log</LOGFILE>

</TRANFRMR>

 

Process Name = “USTranfrmr2”

Setting file = “xxtransformer.stx”

Required.  Provides post-transformation of the country-specific data prior to data being returned to SAP. Such as the transformation of the fields required by SAP, the recoding of full county description into an SAP Region code and the casing of the field values. For example, transform “SAN FRANCISCO” to “San Francisco” and insert a hyphen between the fifth and sixth digits of the US 9-digit zip code. For this example, US is the country code.

Country-specific Window Keys generator

<WINKEY NAME="us Window Key Generator_12" ENABLED="y" TRACE="">

    <SETTINGSFILE>$(PROJDIR)\settings\uswinkey_p12.stx</SETTINGSFILE>

    <LOGFILE>$(PROJDIR)\logs\uswinkey_p12.log</LOGFILE>

</WINKEY>

 

Process Name = “xxWinkey”

Setting file = “xxwinkey.stx”

Optional.  Creates country-specific window keys for matching. For this example, US is the country code.