Electronic-Interchange-Gith.../README.md
Michael Chrisco c72484192f
Update README.md (#26)
Add Swift EDIMapper solution
2018-12-26 12:38:16 -08:00

5 KiB

Electronic-Interchange-Github-Resources

List of EDI Github Resources. PRs Welcome!

Syntax Highlighters

Standalone editors

  • RKDN/x12Tool - A tool for reading and modifying x12/EDI files.

Libraries

Java

DotNet

  • olmelabs/EdiEngine - Simple .NET EDI Reader, Writer and Validator. Read, Write and Validate X12 EDI files with simple EDI Parser written on C#.
  • indice-co/EDI.Net - EDI Serializer/Deserializer. Supports EDIFact, X12 and TRADACOMS formats
  • Silvenga/EdiWeave - Open Source Hard-Fork of EdiFabric

Python

Swift

PHP

Javascript

Ruby

  • ConsultingMD/ediot - (Ruby) Electronic Data Interexchange Open Transformer (transforms EDI-834 into CSV)
  • irobayna/stupidedi - Ruby API for parsing and generating ASC X12 EDI transactions.

CLI utilities

Systems or Paid Services

Examples

  • Edipique/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 - PHP examples of writing EDI from scratch.
  • Sdk - C# Demo using EdiFabric.