From 9e1c57ec0c34adf70ad8084dc316d2c0de20b896 Mon Sep 17 00:00:00 2001 From: Adam Kasztenny Date: Sat, 3 Oct 2020 23:09:14 -0400 Subject: [PATCH] Shameless plug for my EDI Schemas project --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e05f2b7..0c4480d 100644 --- a/README.md +++ b/README.md @@ -66,6 +66,8 @@ List of EDI Github Resources. PRs Welcome! - [OCA/edi](https://github.com/OCA/edi) - EDI Modules for Ooda - [Javonet/RDPCrystal](https://github.com/Javonet/RDPCrystal) - Java based EDI platform with example EDI solutions. +- [adamkasztenny/edi-schemas](https://github.com/adamkasztenny/edi-schemas) - JSON schemas for X12 and EDIFACT. + ## 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. - [PHP Implementations of Transactions](https://github.com/stephenmccready/X12) - PHP examples of writing EDI from scratch.