From 0594520bbb7525d5c0048db01886d1893237a1e5 Mon Sep 17 00:00:00 2001 From: Michael Chrisco Date: Tue, 17 Dec 2024 13:55:30 -0800 Subject: [PATCH] moov-io x12 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1c537b9..55aa101 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,7 @@ https://michaelachrisco.github.io/Electronic-Interchange-Github-Resources/ formats (CSV, txt, fixed length/width, XML, EDI/X12/EDIFACT, JSON, and custom formats) in streaming fashion and transforms data into desired JSON output based on a schema written in JSON. See [EDI](https://github.com/jf-tech/omniparser/blob/master/doc/edi_in_depth.md) and [EDI readers](https://github.com/jf-tech/omniparser/blob/master/doc/programmability.md#full-edi-reader) for more usage details. +- [moov-io/x12](https://github.com/moov-io/x12) - ASC X12 standards reader/writer ## CLI utilities - [azoner/pyx12](https://github.com/azoner/pyx12) - (Python) HIPAA X12 document validator and converter