-
- Notifications
You must be signed in to change notification settings - Fork 81
Pull requests: jf-tech/omniparser
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
Adding flatfile.RecDecl which will the main unit-of-processing interface for all new flatfile formats that support hierarchy.
#163 by jf-tech was merged Aug 24, 2022 Loading…
Adding
line_index to columns of rows based fixed-length envelope; JSON schema adjustment and validation code update. #169 by jf-tech was merged Aug 26, 2022 Loading…
Adding flatfile.fixedlength.EnvelopeDecl and its ColumnDecl
#166 by jf-tech was merged Aug 25, 2022 Loading…
Adding the new fixed-length2 schema JSON validation.
#167 by jf-tech was merged Aug 25, 2022 Loading…
Adding flatfile.HierarchyReader which is closely modeled after edi.reader but with more abstraction with the use of RecReader.
#165 by jf-tech was merged Aug 25, 2022 Loading…
Adding column index and line matching attributes (line_index, and line_pattern) to csv2 column decl and json validation schema
#175 by jf-tech was merged Sep 14, 2022 Loading…
Adding csv2 file format. Fixing a major bug in the
csv2.reader implementation #179 by jf-tech was merged Sep 19, 2022 Loading…
Adding
flatfile.csv.reader implementation and tests; fix a bug in flatfile.fixedlength where column match goes wrong. #178 by jf-tech was merged Sep 18, 2022 Loading…
Wire up the 'csv2' schema handling and write new and update existing docs and samples.
#180 by jf-tech was merged Sep 19, 2022 Loading…
Adding flatfile.RecReader interface - the primary data reading and record matching interface a new flat file format reader should implement.
#164 by jf-tech was merged Aug 24, 2022 Loading…
Adding flatfile.reader and format - thus completing the new 'fixed-length2' format handler with nested structure support.
#170 by jf-tech was merged Aug 26, 2022 Loading…
Multi-lined envelope reading corruption caused by direct reference into bufio.Reader's internal buffer rollover. bug Something isn't working
#214 by jf-tech was merged Jul 25, 2023 Loading…
Introduce IDR concept and its building block
Node and some initial helper functions for generic Node as well as XML specific Node. #73 by jf-tech was merged Oct 3, 2020 Loading…
ProTip! Find all pull requests that aren't related to any open issues with -linked:issue.