From 6ef04986bbc83499d84b96f2057dd5b0fcf4bfce Mon Sep 17 00:00:00 2001 From: Michael Chrisco Date: Tue, 9 Apr 2019 10:09:42 -0700 Subject: [PATCH] Add walmartlabs/gozer (#38) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 50b953c..528dff1 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,7 @@ List of EDI Github Resources. PRs Welcome! - [moqui/mantle-edi](https://github.com/moqui/mantle-edi) - Mantle EDI Integrations - [mrcsparker/nifi-edireader-bundle](https://github.com/mrcsparker/nifi-edireader-bundle) - Apache NIFI processor that converts EDI ASC X12 and EDIFACT documents into XML - [imsweb/x12-parser](https://github.com/imsweb/x12-parser) - A Java parser for ANSI ASC X12 documents. +- [walmartlabs/gozer](https://github.com/walmartlabs/gozer) - The EDI X12 Standard provides a uniform way for companies to exchange information across different sectors. - [xiaoerge/X12Healthcare](https://github.com/xiaoerge/X12Healthcare) - ANSI ASC X12 implementation for healthcare ### C#/DotNet - [olmelabs/EdiEngine](https://github.com/olmelabs/EdiEngine) - Simple .NET EDI Reader, Writer and Validator. Read, Write and Validate X12 EDI files with simple EDI Parser written on C#.