-
- 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
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… updated Oct 3, 2020
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… updated Aug 24, 2022
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… updated Aug 24, 2022
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… updated Aug 25, 2022
Adding flatfile.fixedlength.EnvelopeDecl and its ColumnDecl
#166 by jf-tech was merged Aug 25, 2022 Loading… updated Aug 25, 2022
Adding the new fixed-length2 schema JSON validation.
#167 by jf-tech was merged Aug 25, 2022 Loading… updated Aug 25, 2022
Adding flatfile.fixedlength validation routines.
#168 by jf-tech was merged Aug 25, 2022 Loading… updated Aug 25, 2022
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… updated Aug 26, 2022
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… updated Aug 26, 2022
Enabling 'fixed-length2' schema in 'omni.2.1' schema handler; adding samples and creating parity comparison against original 'fixed-length' and their benchmarks (no degradation); adding 'fixed-length2' to heroku server sample collection.
#171 by jf-tech was merged Aug 26, 2022 Loading… updated Aug 26, 2022
Documentation update for
fixedlength2 #172 by jf-tech was merged Aug 27, 2022 Loading… updated Aug 27, 2022
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… updated Sep 14, 2022
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… updated Sep 18, 2022
Adding csv2 file format. Fixing a major bug in the
csv2.reader implementation #179 by jf-tech was merged Sep 19, 2022 Loading… updated Sep 19, 2022
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… updated Sep 19, 2022
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… updated Jul 25, 2023
Introducing
repetition_delimiter to EDI schema. #215 by jf-tech was merged Jul 25, 2023 Loading… updated Jul 25, 2023
ProTip! Follow long discussions with comments:>50.