2017-12-05 13:09:31 -08:00
# Electronic-Interchange-Github-Resources
2018-03-07 14:46:41 -08:00
List of EDI Github Resources. PRs Welcome!
2017-12-05 13:09:31 -08:00
## Syntax Highlighters
- [Sublime ](https://github.com/michaelachrisco/sublime-834-syntax ) - Sublime syntax highlighter for the EDI x12 834 file.
- [Vim ](https://github.com/vim-scripts/x12-syntax ) - A simple syntax highlighter for EDI X12 files. Currently only Healthcare 270/271s are tested.
2017-12-05 13:10:28 -08:00
- [Visual Studio Code ](https://github.com/Silvenga/vscode-edi-x12-support ) - A Visual Studio Code extension aimed at providing basic support for the EDI format.
2018-03-08 08:03:25 -08:00
- [Notepad++ ](https://gist.github.com/bhattisatish/6b5f5c90443a64cef192 ) - A user-defined language file for highlighting EDI X12.
2018-09-03 17:30:36 -07:00
## Standalone editors
2018-08-26 16:19:39 -07:00
- [X12Tool ](https://github.com/RKDN/x12Tool ) - A tool for reading and modifying x12/EDI files.
2017-12-05 13:09:31 -08:00
## Libraries
2018-09-03 17:30:36 -07:00
### Java
2017-12-05 13:13:28 -08:00
- [Apache NiFi ](https://github.com/mrcsparker/nifi-edireader-bundle ) - Apache NIFI processor that converts EDI ASC X12 and EDIFACT documents into XML
2018-09-03 17:30:36 -07:00
- [mantle-edi ](https://github.com/moqui/mantle-edi ) - Mantle EDI Integrations http://www.moqui.org/mantle.html
- [x12-parser ](https://github.com/imsweb/x12-parser ) - A Java parser for ANSI ASC X12 documents.
### DotNet
2018-03-07 14:45:21 -08:00
- [EdiEngine ](https://github.com/olmelabs/EdiEngine ) - Simple .NET EDI Reader, Writer and Validator. Read, Write and Validate X12 EDI files with simple EDI Parser written on C#.
- [EDI.Net ](https://github.com/indice-co/EDI.Net ) - EDI Serializer/Deserializer. Supports EDIFact, X12 and TRADACOMS formats
2018-10-02 16:03:02 -07:00
- [EdiWeave ](https://github.com/Silvenga/EdiWeave ) - Open Source Hard-Fork of EdiFabric
### Python
- [python-edi ](https://github.com/glitchassassin/python-edi ) - EDI message generator in Python. Creates & validates messages according to specific formats
2018-09-03 17:30:36 -07:00
### PHP
2017-12-05 13:09:31 -08:00
- [edifact ](https://github.com/php-edifact/edifact ) - (PHP) Tools to process EDI messages in UN/EDIFACT format
2018-09-03 17:30:36 -07:00
- [edifact-generator ](https://github.com/php-edifact/edifact-generator ) - Library to create UN/EDIFACT messages
- [edifact-mapping ](https://github.com/php-edifact/edifact-mapping ) - UN/EDIFACT mappings in XML, with a PHP provider
### Javascript
2018-07-24 12:31:28 -07:00
- [tdecaluwe/node-edifact ](https://github.com/tdecaluwe/node-edifact ) - (Javascript) Javascript stream parser for UN/EDIFACT documents.
2018-09-03 17:30:36 -07:00
- [x12-patient-faker ](https://github.com/dlumpp/x12-patient-faker ) - Generates test patient data in HIPAA X12 format
### Ruby
2018-08-10 15:36:56 -07:00
- [ediot ](https://github.com/ConsultingMD/ediot ) - (Ruby) Electronic Data Interexchange Open Transformer (transforms EDI-834 into CSV)
2018-03-07 14:45:21 -08:00
- [StupidEdi ](https://github.com/irobayna/stupidedi ) - Ruby API for parsing and generating ASC X12 EDI transactions.
2018-09-03 17:30:36 -07:00
## CLI utilities
- [edicat ](https://github.com/notpeter/edicat ) - Print and concatenate X12 and Edifact EDI
- [pyx12 ](https://github.com/azoner/pyx12 ) - (Python) HIPAA X12 document validator and converter
2017-12-05 13:09:31 -08:00
## Systems or Paid Services
- [Bots ](https://github.com/bots-edi/bots ) - Bots EDI Translator
2018-09-03 17:30:36 -07:00
- [BizTalk ](https://github.com/MicrosoftDocs/biztalk-docs ) - Microsoft Biztalk documentation
2018-03-07 14:43:00 -08:00
- [MuleSoft ](https://github.com/mulesoft/mulesoft-docs ) - Main MuleSoft documentation repository
- [SDK ](https://github.com/EdiFabric/Sdk ) - Dynamically read, manipulate and write EDI files. From EDIFabric.
2018-09-03 17:30:36 -07:00
- [EDI Editor ](https://www.tallan.com/products/t-connect-edi-management/x12-studio-tool-box/ ) - X12 EDI editor
2018-03-07 14:43:00 -08:00
- [T-Connect ](https://www.tallan.com/products/t-connect-edi-management/t-connect-edi-management-suite/ ) - T-Connect is a HIPAA-focused EDI management platform designed to accelerate claim and payment processing, improve first-pass adjudication rates and provide end-to-end visibility into the lifecycle of your data.
2018-10-09 08:35:00 -07:00
- [Campbellony/X12SqlServer ](https://github.com/campbellony/x12sqlserver ) - Simple X12 data model with TSQL parsing procedures
2017-12-05 13:09:31 -08:00
## Examples
2018-08-30 16:32:06 -07:00
- [Mulesoft examples ](https://github.com/mulesoft/mulesoft-docs/blob/master/anypoint-b2b/v/latest/ )
2018-03-07 14:45:21 -08:00
- [PHP Implementations of Transactions ](https://github.com/stephenmccready/X12 ) - PHP examples of writing EDI from scratch.
2018-09-03 17:37:49 -07:00
- [Sdk ](https://github.com/EdiFabric/Sdk/blob/master/EdiFabric.Sdk.Demo/Program.cs ) - C# Demo using EdiFabric.
2018-03-07 14:43:00 -08:00
- [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.
2017-12-05 13:09:31 -08:00
2018-03-08 08:04:58 -08:00
2018-09-03 17:30:36 -07:00