From c72484192f14fe16a79b7ca3c48356cf5ff93128 Mon Sep 17 00:00:00 2001 From: Michael Chrisco Date: Wed, 26 Dec 2018 12:38:16 -0800 Subject: [PATCH] Update README.md (#26) Add Swift EDIMapper solution --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 8010e39..16c2a5b 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,8 @@ List of EDI Github Resources. PRs Welcome! ### Python - [glitchassassin/python-edi](https://github.com/glitchassassin/python-edi) - EDI message generator in Python. Creates & validates messages according to specific formats - [git-albertomarin/badX12](https://github.com/git-albertomarin/badX12) - A Python Library for parsing ANSI ASC X12 files. +## Swift +- [kuyawa/EdiMapper](https://github.com/kuyawa/EdiMapper) - Convert EDI Documents to XML ### PHP - [php-edifact/edifact](https://github.com/php-edifact/edifact) - (PHP) Tools to process EDI messages in UN/EDIFACT format - [php-edifact/edifact-generator](https://github.com/php-edifact/edifact-generator) - Library to create UN/EDIFACT messages