From f034c4bc7a0f6245d421855066f2dcbb3ce67f85 Mon Sep 17 00:00:00 2001 From: Michael Chrisco Date: Mon, 5 Mar 2018 14:38:13 -0800 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9a380f4..f521ca3 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,8 @@ 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. -- [SDK](https://github.com/EdiFabric/Sdk) Dynamically read, manipulate and write EDI files. From EDIFabric. +- [SDK](https://github.com/EdiFabric/Sdk) Dynamically read, manipulate and write EDI files. From EDIFabric. +- [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. PRs Welcome!