# jf-tech/omniparser

omniparser: a native Golang ETL streaming parser and transform library for CSV, JSON, XML, EDI, text, etc.

Repository: https://github.com/jf-tech/omniparser
Canonical: https://ross.abutalabs.com/products/jf-tech-omniparser
Language: Go
License: MIT
License Family: permissive
Topics: transform, etl, xml, json, csv, fixed-length, edi, x12, edifact, parser, schema, javascript, codeless, golang, schemas, delimited, fixed-width, streaming, txt
Last push: 2025-02-21T17:27:14+00:00

## Health v2 (maintenance only)
Score: 26/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 7, release rhythm 8, longevity 100
- inputs: {"age_days": 2208, "days_push": 558, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1087, forks 81 (observed 2026-08-28T04:03:32.378600+00:00)

## What it is
Omniparser is a native Go ETL library that streams input data in formats like CSV, JSON, XML, fixed-length text, and EDI/X12/EDIFACT, transforming it into JSON output via JSON-declared schemas. It supports XPath-based record filtering, custom transform functions including JavaScript, and custom file formats.

## Use cases
- parse large CSV files into JSON in streaming fashion
- convert EDI X12 or EDIFACT documents to JSON
- transform XML feeds with XPath-based extraction
- parse fixed-width text files with a schema
- ingest and transform JSON data pipelines in Go
- define codeless data transformations with JavaScript custom functions

## When to choose
- you need a schema-driven, streaming parser for multiple flat/hierarchical formats in Go
- you process EDI X12/EDIFACT or fixed-length files
- you want declarative transforms without writing bespoke parsing code

## When to avoid
- you need a full distributed ETL platform rather than an in-process library
- your project is not in Go
- you need binary formats like Parquet or Avro

## Facets
- artifact type: library
- maturity: active
- function: parser, etl, serialization, streaming
- domain: files, developer-tools
- platform: go, cross-platform
- tags: csv, xml, edi, x12, edifact, fixed-length, schema-driven, javascript-transforms, data-transformation, data-engineering

## Member repositories
- jf-tech/omniparser (main) score 26

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:32.378600+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T06:49:27.707575+00:00, confidence not recorded.
  - readme: https://github.com/jf-tech/omniparser (fetched 2026-08-28T04:03:32.378600+00:00, sha dae9ad7c4228)
- Data as of 2026-08-30T08:39:29.467469+00:00.
