Detailed Description of Apply Template

This step applies a template to input data and saves the result into "targetColumn". The template is defined by the property "template".


Top of page

Example: Example
<step id='templater' className='cz.adastra.cif.tasks.v1.clean.ApplyTemplateAlgorithm'>
        <properties>
        <out>exported</out>
        <template>{id}. {text}</template>
        </properties>
</step>
            

iWay Software