Phase 3 (Introduction)
As we have already seen, the parser (phase 2) is responsible for filling the source structure with data to create the source tree.
With this, you have generated the basic structure of the data on which the mapping in phase 3 is based. The data is divided into records in the source tree and in each record you have a hierarchical structure of nodes and fields. This is always the first critical design step when you think about what your output data should look like in the end.
The mapper's task is to build a target tree from the source tree.
Starting from the source tree, you have two major design tools to achieve that - records and paths.
Phase 4
Phase 4 is already configured in phase 3. The actual execution, however, only takes place after phase 3 has been completed. See section Phase 4 (Introduction).
GUI: The configuration of this phase is described in section Phase 3/4 (GUI).