Detailed Description of Create Matching Value

This step creates a matching value from the input "in" and saves this value to the output "out".


Top of page

Example: Example
              
              <step id='alg' className='cz.adastra.cif.tasks.clean.CreateMatchingValueAlgorithm'>
                <properties>
                        <in>name</in>
                        <out>matching_name</out>
                        <config
                                doRemoveDia='true'
                                doRemoveRepeatedChars='true'
                                doSqueezeWS='true'
                                doUpperCase='true'
                                doRemoveSpecialChars='true'/>
                        <scorer explanationColumn='explanation'>
                                <scoringEntries>
                                        <scoringEntry key='CM_CHANGED' score='10' explain='true'/>
                                </scoringEntries>
                        </scorer>
                </properties>
              </step>
              
                                 

iWay Software