Detailed Description of Remap Tool

This step sorts data by primary keys and inserts group numbers (IDs) to specified fields, which preserves the assignment of groups and their IDs. This step is suitable for functional tests where it is necessary to "normalize" candidate/client groups independent of IDs assigned by the unification step.


Top of page

Example: Example
<step id="remap" className="cz.adastra.cif.tasks.experimental.RemapTool">
        <properties>
                <idColumns>
                        <column name="candidate_id" />
                        <column name="client_id" />
                </idColumns>
            <instance_id>primaryKeyColumn</instance_id>
        </properties>
</step>

iWay Software