Question
When I try to specify a batch of links using Connect all by name in the Tool menu of Mapper Editor, the links are not connected as expected.
What are the conditions for the function?
Answer
In Connect all by name, the mapping targets comments or element names in the input and output schemas. In addition, it is determined whether to compare element names or comments based on the following conditions.
-If comments exist for elements in the input schema, elements whose comments match those in the input and output schemas are connected.
-If comment of the element in the input schema is empty, an element whose name matches the element name in the input and output schemas is connected.
e.g.
Input schema
-Element name (comment)
-AAA (111)
-BBB (222)
-CCC(()
Output Schema
-Element name (comment)
-AAA (111)
-BBB (111)
-CCC(555)
Execution of Connect all by name with the above settings yields the following results.
Elements to be mapped:
- Element name AAA in the input schema and element name BBB in the output schema
- Element name CCC in the input schema and element name CCC in the output schema
Comments
0 comments
Article is closed for comments.