Compare commits

..

4 commits

Author SHA1 Message Date
Michael Chrisco
f3b26e9b6f
Merge pull request #98 from michaelachrisco/97-fix-404s-on-stedi
Remove 404 stedi and rework
2024-03-27 11:23:02 -07:00
Michael Chrisco
848a27c509
Update README.md - Remove 404 stedi and rework 2024-03-27 11:17:16 -07:00
Michael Chrisco
b3092cc91e
Merge pull request #96 from michaelachrisco/95-add-in-aaronhugginsnode-x12
Add in aaronhuggins/node-x12
2024-03-27 11:13:44 -07:00
Michael Chrisco
5ec22f8a9b
Add in aaronhuggins/node-x12 2024-03-27 11:08:34 -07:00

View file

@ -38,6 +38,7 @@ https://michaelachrisco.github.io/Electronic-Interchange-Github-Resources/
- [tdecaluwe/node-edifact](https://github.com/tdecaluwe/node-edifact) - (Javascript) Javascript stream parser for UN/EDIFACT documents. - [tdecaluwe/node-edifact](https://github.com/tdecaluwe/node-edifact) - (Javascript) Javascript stream parser for UN/EDIFACT documents.
- [parcelLab/edi-iftmin](https://github.com/parcelLab/edi-iftmin) - Parsing EDI IFTMIN and IFTSTA messages properly. Yes, EDI. You're welcome. - [parcelLab/edi-iftmin](https://github.com/parcelLab/edi-iftmin) - Parsing EDI IFTMIN and IFTSTA messages properly. Yes, EDI. You're welcome.
- [tastypackets/x12-parser](https://github.com/tastypackets/x12-parser) - X12 parser implemented using the NodeJS Transform API. Tested with over 1M 835 records, but is designed to work with all modern X12 records. - [tastypackets/x12-parser](https://github.com/tastypackets/x12-parser) - X12 parser implemented using the NodeJS Transform API. Tested with over 1M 835 records, but is designed to work with all modern X12 records.
- [aaronhuggins/node-x12](https://github.com/aaronhuggins/node-x12) - ASC X12 parser, generator, query engine, and mapper; now with support for streams.
### Ruby ### Ruby
- [ConsultingMD/ediot](https://github.com/ConsultingMD/ediot) - (Ruby) Electronic Data Interexchange Open Transformer (transforms EDI-834 into CSV) - [ConsultingMD/ediot](https://github.com/ConsultingMD/ediot) - (Ruby) Electronic Data Interexchange Open Transformer (transforms EDI-834 into CSV)
- [irobayna/stupidedi](https://github.com/irobayna/stupidedi) - Ruby API for parsing and generating ASC X12 EDI transactions. - [irobayna/stupidedi](https://github.com/irobayna/stupidedi) - Ruby API for parsing and generating ASC X12 EDI transactions.
@ -73,7 +74,7 @@ JSON output based on a schema written in JSON. See [EDI](https://github.com/jf-t
- [nextgenhealthcare](https://github.com/nextgenhealthcare/connect) - The swiss army knife of healthcare integration. - [nextgenhealthcare](https://github.com/nextgenhealthcare/connect) - The swiss army knife of healthcare integration.
- [OCA/edi](https://github.com/OCA/edi) - EDI Modules for Ooda - [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. - [Javonet/RDPCrystal](https://github.com/Javonet/RDPCrystal) - Java based EDI platform with example EDI solutions.
- [EDI Translate](https://www.stedi.com/products/edi-translate) - Pay-per-use EDI to JSON translator service with mapping guide validation. - [EDI Platform](https://www.stedi.com/edi-platform) - Simplify your EDI. Onboard partners fast. Integrate once.
## Examples ## 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. - [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,6 +102,3 @@ 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. - [EDI Inspector](https://www.stedi.com/edi/inspector) - A tool for inspecting EDI files and getting a free JSON conversion.
## Standalone editors ## Standalone editors
- [RKDN/x12Tool](https://github.com/RKDN/x12Tool) - A tool for reading and modifying x12/EDI files. - [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.