InterviewSolution
| 1. |
What Is The Difference Between Mapping Node And Compute Node Transformation? |
|
Answer» In Compute node you can TRANSFORM the MESSAGE by coding ESQL in the ESQL resource file attached. Whereas, In mapping node you can use graphical maps to transform INPUT message by associating an input message model such as a DFDL or XML schema, or an MRM Message Set and an output message model. In compute node you can change the ENTIRE message even the header assemblies. But, In mapping node you can change the message assembly, message body, and PROPERTIES. In Compute node you can transform the message by coding ESQL in the ESQL resource file attached. Whereas, In mapping node you can use graphical maps to transform input message by associating an input message model such as a DFDL or XML schema, or an MRM Message Set and an output message model. In compute node you can change the entire message even the header assemblies. But, In mapping node you can change the message assembly, message body, and properties. |
|