Skip to content
/ libedi Public
forked from nevali/libedi

Library for parsing and generating Enterprise Data Interchange (EDI) messages

License

Notifications You must be signed in to change notification settings

vir/libedi

 
 

Repository files navigation

@(#) $Id: README 7 2008-02-17 21:57:22Z mo $

This is an Electronic Data Interchange (EDI) parser, written in C.

There are several different flavours of EDI, each with their own spin on which
separator and escape characters are used, but the basics are universal. This
library allows you to configure the parser to the dialect of EDI you're dealing
with.

Note that EDI is not a descriptive message-passing format: unlike many XML-based
formats, it contains very little information about what the message is and how
it's supposed to be structured; you're expected to know that already if you're
sending or receiving the messages.

References:

 EDI
	https://en.wikipedia.org/wiki/Electronic_Data_Interchange
	https://www.theedizone.com/edi_resources/edi_standards.html
	
 UN/EDIFACT
	https://en.wikipedia.org/wiki/EDIFACT
	https://www.unece.org/trade/untdid/texts/d422_d.htm

About

Library for parsing and generating Enterprise Data Interchange (EDI) messages

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 57.5%
  • Shell 24.1%
  • HTML 7.5%
  • C++ 4.5%
  • Makefile 2.8%
  • Perl 1.8%
  • Other 1.8%