From 635482bd28600832c6ea51bcf591ca7d8ae94346 Mon Sep 17 00:00:00 2001 From: Michael Chrisco Date: Thu, 14 Feb 2019 16:33:23 -0800 Subject: [PATCH] BerryWorksSoftware/edireader (#33) * BerryWorksSoftware/edireader * Fix Mulesoft docs (#34) * Fix Mulesoft docs * Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5a8c18d..a41b742 100644 --- a/README.md +++ b/README.md @@ -53,8 +53,9 @@ List of EDI Github Resources. PRs Welcome! - [EdiFabric/Sdk](https://github.com/EdiFabric/Sdk) - Dynamically read, manipulate and write EDI files. From EDIFabric. - [EDI Editor](https://www.tallan.com/products/t-connect-edi-management/x12-studio-tool-box/) - X12 EDI editor - [MicrosoftDocs/biztalk-docs](https://github.com/MicrosoftDocs/biztalk-docs) - Microsoft Biztalk documentation -- [mulesoft/mulesoft-docs](https://github.com/mulesoft/mulesoft-docs) - Main MuleSoft documentation repository +- [Mulesoft](https://github.com/mulesoft) - Collection of Mulesoft Repositories. - [T-Connect](https://www.tallan.com/products/t-connect-edi-management/t-connect-edi-management-suite/) - T-Connect is a HIPAA-focused EDI management platform designed to accelerate claim and payment processing, improve first-pass adjudication rates and provide end-to-end visibility into the lifecycle of your data. +- [BerryWorksSoftware/edireader](https://github.com/BerryWorksSoftware/edireader) - EDIReader is a Java package for parsing business documents structured according to EDI standards. It supports the SAX and JAXP interfaces defined for XML, making it suitable for use in any XML-based system that allows the configuration of a custom SAX parser. ## Examples - [Edipique/EDI-X12](https://github.com/dipique/EDI-X12) - Rough process for generating EDI X12 834 and 837 files from a CSV file. Structured in a way that allows easy transition to other data sources.