Hierarchy

Properties

guideId?: string

The ID to the guide that describes the relationship between the fields found in the input X12 EDI document and the output JSON.

The guide ID may be omitted to translate without a guide. The translation will use a default structure definition for the JSON document. The input X12 EDI will also be validated using the generic X12 release specification. Translating without a guide is in public preview.

input: undefined | string

The incoming X12 EDI string to be converted into a JSON object. Must be a UTF-8 encoded string.

Options that tell EDI Translate how to understand the input when a Guide isn't specified and release and delimiter information isn't specified in the X12 envelope.

Options that tell EDI Translate how to format the output.