You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A parser in naive Golang that ingests and transforms input data of various formats (CSV, txt, XML, EDI, JSON)
5
-
into desired JSON output based on a schema spec written in JSON.
4
+
Omniparser is written in naive Golang that ingests input data of various formats (**CSV, txt, XML, EDI, JSON**, and custom formats) in streaming fashion
5
+
and transforms data into desired JSON or binding object based on a schema written in JSON.
0 commit comments