Validate EDI message
validate_messageDetect EDI standard and validate envelope structure, mandatory segments, and control counters, returning actionable errors and warnings with details.
Instructions
Detect the EDI standard (EDIFACT, X12 or cXML), verify the envelope structure, the mandatory segments for the recognized message type, and all control counters. Returns an actionable list of errors and warnings — each with segment, position, expected and found — plus a one-line summary.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message | Yes | Raw EDI content in any supported standard |