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.

images/download/attachments/21305592/Mapping_1_EN-version-2-modificationdate-1529541755000-api-v2.png

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 destination tree from the source tree.

images/download/attachments/21305592/Mapping_2b_EN-version-2-modificationdate-1529541767000-api-v2.png

Starting from the source tree, you have two major design tools to achieve that - records and paths.

GUI

The configuration of this phase in the GUI is described in section Phase 3/4 (GUI).