https://github.com/mrcsparker/x12_parser
EDI X12 parser library
https://github.com/mrcsparker/x12_parser
Last synced: 9 months ago
JSON representation
EDI X12 parser library
- Host: GitHub
- URL: https://github.com/mrcsparker/x12_parser
- Owner: mrcsparker
- License: lgpl-3.0
- Created: 2008-10-17T22:12:51.000Z (about 17 years ago)
- Default Branch: master
- Last Pushed: 2011-11-15T15:07:40.000Z (about 14 years ago)
- Last Synced: 2025-02-28T18:42:42.433Z (10 months ago)
- Language: Ruby
- Homepage: https://rubyforge.org/projects/x12-parser/
- Size: 110 KB
- Stars: 17
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
== Ruby EDI X12 Parser
== Usage
When you include this library be sure to set EDI_PATH otherwise
expect failures.
EDI_PATH is where your EDI files are located.
If the demand exist, I might make this dependent on Fog so that
EDIs can sit in a s3 bucket or rackspace storage.
More changes are pending.
== General Information
This is a direct port of Prasad Poruporuthan's X12::Parser Perl
library for Ruby. Being the very first version, and pretty much
a direct translation, it has more Perlisms than Rubyisms.
There is no real documentation right now, or unit tests. If you need
to use the library, the best resource is:
http://search.cpan.org/~prasad/X12/Readme.pod
It works pretty much the same way right now.
== How you can help
Read the TODO document. There are some things that this library could use, but
I am not going to implements any time soon:
* to_xml output
* to_yaml output
* anything else that you can think of.
I am not looking to map 100% of any of the X12 specifications.
Also, I don't have access to the full ANSI X12 documents.
== License
GNU LGPL, http://www.gnu.org/copyleft/lesser.html
== Credits
This code is pretty much directly translated from Prasad Poruporuthan's X12::Parser Perl
library. The Perl library project is located at http://search.cpan.org/~prasad/X12/