Parse EDI to JSON
parse_ediConvert raw X12 or EDIFACT documents into structured JSON with envelope metadata, functional groups, and transaction segments for field-level access.
Instructions
Parse a raw X12 or EDIFACT document (auto-detected) into structured JSON: envelope metadata, functional groups, transactions and their segments. Use this when you need to read individual fields.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | Raw EDI document text: an X12 interchange (ISA...IEA) or EDIFACT interchange (UNA/UNB...UNZ) |