-
- 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 'nodeutil' package that supplement xmlquery package.
#9 by jf-tech was merged Aug 28, 2020 Loading… updated Aug 28, 2020
Add query helpers
MatchSingle and MatchAll to nodeutil package #10 by jf-tech was merged Aug 28, 2020 Loading… updated Aug 28, 2020
Intro 'customFuncs' package and first custom func 'concat'
#14 by jf-tech was merged Aug 30, 2020 Loading… updated Aug 30, 2020
Add omni schema plugin's validation code for
transform_declarations #20 by jf-tech was merged Sep 3, 2020 Loading… updated Sep 3, 2020
javascript engine (github.com/dop251/goja) integration as a custom_func!
#41 by jf-tech was merged Sep 15, 2020 Loading… updated Sep 15, 2020
Add a few more custom funcs plus a 'javascript'-vs-'eval'-vs-'ifese' benchmark comparison; add sub-sec support in times.
#58 by jf-tech was merged Sep 24, 2020 Loading… updated Sep 24, 2020
Intro idr.Node's xpath.NodeNavigator impl: navigator.
#75 by jf-tech was merged Oct 3, 2020 Loading… updated Oct 3, 2020
Add all the xpath query helpers for IDR
#76 by jf-tech was merged Oct 4, 2020 Loading… updated Oct 4, 2020
Add JSON node related flags and helpers - in prep for new JSONStreamReader
#78 by jf-tech was merged Oct 6, 2020 Loading… updated Oct 6, 2020
Add csv fileformat to omniv2 handler + sample + a couple more custom_func
#88 by jf-tech was merged Oct 11, 2020 Loading… updated Oct 11, 2020
make json schema validation multi-error sorted
#96 by jf-tech was merged Oct 16, 2020 Loading… updated Oct 16, 2020
edi fileformat - all about segment/segment group
#97 by jf-tech was merged Oct 21, 2020 Loading… updated Oct 21, 2020
Intro ediReader struct, its stack definition and rawSeg definition plus some basic stack operations
#98 by jf-tech was merged Oct 22, 2020 Loading… updated Oct 22, 2020
Wire up edi fileformat into omniparser and update sample, readmes.
#106 by jf-tech was merged Oct 30, 2020 Loading… updated Oct 30, 2020
fixed-length fileformat schema validation
#112 by jf-tech was merged Nov 12, 2020 Loading… updated Nov 12, 2020
fixed-length reader.readLine and reader.readByRowsEnvelope
#115 by jf-tech was merged Nov 15, 2020 Loading… updated Nov 15, 2020
Add non-validating edi segment reader, sample and doc
#133 by jf-tech was merged Dec 13, 2020 Loading… updated Dec 13, 2020
Fix issue 137: added
Transform.CurrentRawRecord() for caller of omniparser to access the raw ingested record. #138 by jf-tech was merged Jan 9, 2021 Loading… updated Jan 10, 2021
Previous Next
ProTip! Find all pull requests that aren't related to any open issues with -linked:issue.