package
1.0.5
Repository: https://github.com/jf-tech/omniparser.git
Documentation: pkg.go.dev

# Functions

IsErrInvalidEDI checks if the `err` is of ErrInvalidEDI type.
NewEDIFileFormat creates a FileFormat for EDI.
NewNonValidatingReader creates an instance of NonValidatingReader.
NewReader creates an FormatReader for EDI file format.

# Variables

ReaderBufSize is the default buf size for EDI reader.

# Structs

Elem describes an element inside an EDI segment.
FileDecl describes EDI specific schema settings for omniparser reader.
NonValidatingReader is an EDI segment reader that only reads out raw segments (its elements and components) directly without doing any segment structural/hierarchical validation.
RawSeg represents a raw segment of an EDI document.
RawSegElem represents an element or a component of a raw segment of an EDI document.
SegDecl describes an EDI segment declaration/settings.

# Type aliases

ErrInvalidEDI indicates the EDI content is corrupted.