From ba90adf538778a929e7ac8724b3a0a045770fb3f Mon Sep 17 00:00:00 2001 From: David Kanter <68548793+dkanter14@users.noreply.github.com> Date: Fri, 7 Oct 2022 07:41:47 -0400 Subject: [PATCH 1/4] stedi updates to readme - Changed EDI Core to EDI Translate - Added section on guide builders, add stedi guides as item - Changed github repo to write-edi-demo --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7d44376..74fcdcc 100644 --- a/README.md +++ b/README.md @@ -75,8 +75,8 @@ JSON output based on a schema written in JSON. See [EDI](https://github.com/jf-t - [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. -- [EDI Core](https://www.stedi.com/products/edi-core) - Pay-per-use EDI to JSON translator service with Mapping Guide Validation. - - [EDI Core Starter Pack](https://github.com/Stedi/api-starter-pack) - Github Starter-pack for EDI Core with Postman. +- [EDI Translate](https://www.stedi.com/products/edi-translate) - Pay-per-use EDI to JSON translator service with mapping guide validation. + - [Write EDI demo](https://github.com/Stedi-Demos/write-edi-demo) - Github repo for building end-to-end outbound EDI system. ## 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. @@ -101,3 +101,6 @@ JSON output based on a schema written in JSON. See [EDI](https://github.com/jf-t - [EDI Inspector](https://www.stedi.com/edi/inspector) - A tool for inspecting EDI files and getting a free JSON conversion. ## Standalone editors - [RKDN/x12Tool](https://github.com/RKDN/x12Tool) - A tool for reading and modifying x12/EDI files. + +## Implementation guide builders +- (Stedi EDI Guides)[https://www.stedi.com/products/guides] - Define machine readable EDI specifications and publish documentation for trading partners. From 2e5a304dfd0a8b5ebf7d602b8c0051c05c6c04b1 Mon Sep 17 00:00:00 2001 From: David Kanter <68548793+dkanter14@users.noreply.github.com> Date: Tue, 18 Oct 2022 10:31:44 -0400 Subject: [PATCH 2/4] adde read demo --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 74fcdcc..bf6d8d0 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,8 @@ JSON output based on a schema written in JSON. See [EDI](https://github.com/jf-t - [adamkasztenny/edi-schemas](https://github.com/adamkasztenny/edi-schemas) - JSON schemas for X12 and EDIFACT. - [EDI Translate](https://www.stedi.com/products/edi-translate) - Pay-per-use EDI to JSON translator service with mapping guide validation. - - [Write EDI demo](https://github.com/Stedi-Demos/write-edi-demo) - Github repo for building end-to-end outbound EDI system. + - [Write EDI demo](https://github.com/Stedi-Demos/write-edi-demo) - Github repo for building an end-to-end outbound EDI system. + - [Read EDI demo](https://github.com/Stedi/awesome-edi/pull/4) - Github repo for building and end-to-end inbound EDI system. ## 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. From 01e6afcf7eec8ff6af21d9b5b17b6f39512fd632 Mon Sep 17 00:00:00 2001 From: David Kanter <68548793+dkanter14@users.noreply.github.com> Date: Wed, 19 Oct 2022 18:49:38 -0400 Subject: [PATCH 3/4] Update README.md Co-authored-by: Michael Chrisco --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bf6d8d0..479cdec 100644 --- a/README.md +++ b/README.md @@ -104,4 +104,4 @@ JSON output based on a schema written in JSON. See [EDI](https://github.com/jf-t - [RKDN/x12Tool](https://github.com/RKDN/x12Tool) - A tool for reading and modifying x12/EDI files. ## Implementation guide builders -- (Stedi EDI Guides)[https://www.stedi.com/products/guides] - Define machine readable EDI specifications and publish documentation for trading partners. +- [Stedi EDI Guides](https://www.stedi.com/products/guides) - Define machine readable EDI specifications and publish documentation for trading partners. From 2423387d1545b55633b5ebe3eed47c19e94c7170 Mon Sep 17 00:00:00 2001 From: David Kanter <68548793+dkanter14@users.noreply.github.com> Date: Wed, 19 Oct 2022 18:50:33 -0400 Subject: [PATCH 4/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 479cdec..a0daeb1 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ JSON output based on a schema written in JSON. See [EDI](https://github.com/jf-t - [EDI Translate](https://www.stedi.com/products/edi-translate) - Pay-per-use EDI to JSON translator service with mapping guide validation. - [Write EDI demo](https://github.com/Stedi-Demos/write-edi-demo) - Github repo for building an end-to-end outbound EDI system. - - [Read EDI demo](https://github.com/Stedi/awesome-edi/pull/4) - Github repo for building and end-to-end inbound EDI system. + - [Read EDI demo](https://github.com/Stedi-Demos/read-edi-demo) - Github repo for building and end-to-end inbound EDI system. ## 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.