Celigo B2B Manager - EDI File with multiple transactions

Hello.

We’re trying to configure EDI rules to capture multiple transactions from a single 850 file, but we’re receiving errors when following the steps in this Celigo article. We’re not sure what’s wrong with the rules we wrote.

Can anyone identify any issues with the rules? They’re attached in the JSON file.

850_rules.json (36.2 KB)

Thanks!

Please try this one, incase you still face the errors, please share the sample input that you're using.

FDR_850_req.json (40.5 KB)

Thanks for responding! We’re still seeing the error—I’ve attached the 850 document we’re using:


3028931629.edi (7.1 KB)

In the 7th transaction, there's a segment REF*DP*PRO~ that appears immediately after the PID segment. However, there's no corresponding rule defined to handle this segment. When I remove this specific segment, all 8 transactions are successfully parsed.

If you intend to support this additional segment, please update the rules accordingly to accommodate it.

I've attached the latest version of the File Definition Rules, which should help you proceed.

FDR_850_req.json (37.0 KB)

1 Like

that worked Sreenesh, thanks

Thanks, Sreenesh! That was really helpful