Component /dat/lib/utility/merge
Merge will merge two documents into a single document. A merged document will be sent out the
outputMerged port only when a document has been received by both the inputMajor and inputMinor ports.
Pins
Ports
- inputMajor documents received on this port will be sent to
the outputMajor port and it will be used to form a merged document once input has been recieved on
the inputMinor port.
- inputMinor documents received on this port will be sent to
the outputMinor port and it will be used to form a merged document once input has been recieved on
the inputMajor port.
- outputMajor documents received on inputMajor port will immediately
be sent on this port.
- outputMinor documents received on inputMinor port will immediately
be sent on this port.
- outputMerged a merged document will be sent on this port once a
document has been received on both the inputMajor and inputMinor ports.
Properties
- type the root tag of the merged document. If blank, "merge" will be used