Working on EDI Inbound scenario, where I am processing a ANSXI X12 EDI 850 file from the partner to a mailbox. I have created the below IFlows;
a) Van to EDI Separator Receiver ( I can't change this IFlow config, Since its being used in several other scenarios)
b) EDI Separator Sender to Mail box ( I can Modify this)
Question - I am getting multiple "ST" segments on incoming EDI file, Since I am using EDI separator receiver comm channel they are parsed and processed as a individual messages (for example for 4 ST segments, we are getting 4 separate messages). But I need One single message , process to mail box.
Any suggestions for me?
-Steve