Is there an easy way to only send message builder fields that are created, and blank out all other segments?
Example:
Source transaction has MSH, EVN, PID, PD1, PV1, PV2, GT1, IN1, and IN2 segments.
In the Outgoing transaction I only want the MSH, EVN, PID, and PV1 segments.
Same question applies to the fields inside each segment.
Source transaction has msg['MSH']['MSH.6']['MSH.6.1'] valued, but the receiving system doesn't use it, so I don't want to send it in the outgoing transaction.
I created a few Message Builders in the Destination Transformer, but am trying to avoid creating a Message Builder for every field in every segment.
Thanks!
Example:
Source transaction has MSH, EVN, PID, PD1, PV1, PV2, GT1, IN1, and IN2 segments.
In the Outgoing transaction I only want the MSH, EVN, PID, and PV1 segments.
Same question applies to the fields inside each segment.
Source transaction has msg['MSH']['MSH.6']['MSH.6.1'] valued, but the receiving system doesn't use it, so I don't want to send it in the outgoing transaction.
I created a few Message Builders in the Destination Transformer, but am trying to avoid creating a Message Builder for every field in every segment.
Thanks!
Comment