From 04feafe771030b31532f412f36116095bafda163 Mon Sep 17 00:00:00 2001 From: Michael Chrisco Date: Wed, 7 Mar 2018 14:45:21 -0800 Subject: [PATCH] Standardize list --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index adb3f09..796d421 100644 --- a/README.md +++ b/README.md @@ -9,13 +9,13 @@ Unofficial List of EDI Github Resources ## Libraries - [Apache NiFi](https://github.com/mrcsparker/nifi-edireader-bundle) - Apache NIFI processor that converts EDI ASC X12 and EDIFACT documents into XML -- [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#. -- [EDI.Net](https://github.com/indice-co/EDI.Net) EDI Serializer/Deserializer. Supports EDIFact, X12 and TRADACOMS formats +- [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#. +- [EDI.Net](https://github.com/indice-co/EDI.Net) - EDI Serializer/Deserializer. Supports EDIFact, X12 and TRADACOMS formats - [edifact](https://github.com/php-edifact/edifact) - (PHP) Tools to process EDI messages in UN/EDIFACT format - [EdiWeave](https://github.com/Silvenga/EdiWeave) - Open Source Hard-Fork of EdiFabric - [mantle-edi](https://github.com/moqui/mantle-edi) - Mantle EDI Integrations http://www.moqui.org/mantle.html - [pyx12](https://github.com/azoner/pyx12) - (Python) HIPAA X12 document validator and converter -- [StupidEdi](https://github.com/irobayna/stupidedi) Ruby API for parsing and generating ASC X12 EDI transactions. +- [StupidEdi](https://github.com/irobayna/stupidedi) - Ruby API for parsing and generating ASC X12 EDI transactions. ## Systems or Paid Services - [Bots](https://github.com/bots-edi/bots) - Bots EDI Translator @@ -27,7 +27,7 @@ Unofficial List of EDI Github Resources ## Examples - [Mulesoft purchase order walkthrough](https://github.com/mulesoft/mulesoft-docs/blob/master/anypoint-b2b/v/latest/ftps-and-edi-x12-purchase-order-walkthrough.adoc) -- [PHP Implementations of Transactions](https://github.com/stephenmccready/X12) PHP examples of writing EDI from scratch. +- [PHP Implementations of Transactions](https://github.com/stephenmccready/X12) - PHP examples of writing EDI from scratch. - [SDK](https://github.com/EdiFabric/Sdk/tree/master/Hipaa/Rules) - C# Examples of Benefit Enrollment (834) and Claim Payments (837). - [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.