Good morning!
Need your advise to fix the following issue that we are currently facing
For an incoming EDI X12 file scenario, we have developed a SFTP sender to EDI separator receiver flow to pick and split the messages in EDI x12 file and tested few scenarios.
Scenario 1:
If multiple messages present in single interchange, then it was splitted successfully.
ISA
GS
ST
...
SE
ST
...
SE
GE
IEA
Scenario 2:
If multiple interchanges present in single file, then system is considering only the first one and ignoring the rest.
ISA --- PI splitting only this one
...
IEA
ISA -- This one is not splitting
...
IEA
Kindly advise if any way to split all the interchanges using EDI separator. I have browsed some similar threads in the same forum but didn't find any proper solution. Thank you!!