A mapping template from the company Woyb can be loaded here (JSON file). This generates the source structure, the target structure, and the mapping.
Templates of this type are either a mapping from EDIFACT to IDOC or from IDOC to EDIFACT.
Vorlage-Dateien der Lobster Data Platform (.tree-Dateien)
In the Woyb JSON file, there are two ways in which the Lobster Data Platform template files can be specified in the “source_schema” and “target_schema” fields.
Either the absolute path can be specified. Example:
"target_schema": "./datawizard/templates/idoc/V7IDOC_OUT_ORDERS05.tree"Here, you must ensure that the .tree files are available under this path or adjust the path if necessary.
The other option is an abbreviated notation. Example:
"target_schema": "IDOC/V:7/ORDERS05"In this case, the file must be located in the directory ./datawizard/templates/idoc/ (or ./datawizard/templates/edi/ for EDIFACT). The templates are already available in the Lobster Data Platform standard. These are the template files that you can otherwise select in the source and target structure.
Note: This abbreviation is also translated into the file name “V7IDOC_OUT_ORDERS05.tree”. The “OUT” in the file name comes from the fact that this is the target schema.