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

# Packages

No description provided by the author
No description provided by the author

# Functions

IsErrFewerThanMinOccurs tells whether a given err is of ErrFewerThanMinOccurs type.
IsErrUnexpectedData tells whether a given err is of ErrUnexpectedData type.
NewHierarchyReader creates a new instance of a HierarchyReader.

# Structs

ErrFewerThanMinOccurs indicates the input data doesn't have the required minimum number of instances for a particular record decl.
ErrUnexpectedData indicates there is unprocessed and unexpected data from the inpput data stream that no record decl can match.
HierarchyReader orchestrates reading, matching, and converting (to IDR) of data streams of various flat file formats that (potentially) contain hierarchically structured records.

# Interfaces

RecDecl defines a flat file record.
RecReader defines an interface for a flat file specific format to read data and match a RecDecl.