Cleanser Settings File (DIRCleanser.xml) - trillium_quality - Latest

Trillium Director Guide

Product type
Software
Portfolio
Verify
Product family
Trillium
Product
Trillium > Trillium Quality
Version
Latest
Language
English
Product name
Trillium Quality
Title
Trillium Director Guide
Copyright
2024
First publish date
2008
Last updated
2024-10-18
Published on
2024-10-18T15:24:10.895371

The cleanser settings file establishes the cleansing base settings and the cleansing processes that are included in this project. The figure below illustrates part of a sample DIRCleanser.xml file.

Figure 1. Cleanser Settings File Cleanser Settings File

Note the following line in the file:

<TRILLIUMUCA UCATRACE="" REPOSITORY_MODE="lean"...>

This reflects the cleansing base settings, as described in Modifying Base Settings.

Next, the first cleansing process in your project is identified:

<TRANFRMR NAME="Transformer_1" ENABLED="Y" TRACE="">
           <SETTINGSFILE>$(PROJDIR)/settings/e2_ustranfrmr_p1.stx</SETTINGSFILE>
           <LOGFILE>$(PROJDIR)/logs/e2_ustranfrmr_p1.log</LOGFILE>
     </TRANFRMR>

This reflects:

  • The type of process (transformer).

  • Your selection for whether the process will be enabled, as described in Disabling/Enabling Processes.

  • The process trace level, as described in Setting Trace Options for Processes.

  • The location of the settings file for this process. The settings file is an XML file that reflects the business rules you defined when creating the project with the Control Center. The settings file also identifies the location of the DDL (schema) file for this process.

  • The location of the log file for this process.

A process node is created for each cleansing process included in your project.