i2itechnologies / x12-parser

A Java parser for ANSI ASC X12 documents.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

X12 Parser

integration Maven Central

A parser for ANSI ASC X12 documents. This project was originally based on the Python project pyx12.

The library supports the following file types:

  • ANSI 835 5010 X221
  • ANSI 835 4010 X091
  • ANSI 837 4010 X096
  • ANSI 837 4010 X097
  • ANSI 837 4010 X098
  • ANSI 837 5010 X222
  • ANSI 837 5010 X223

Download

Java 8 is the minimum version required to use the library.

Download the latest JAR or grab via Maven:

<dependency>
    <groupId>com.imsweb</groupId>
    <artifactId>x12-parser</artifactId>
    <version>1.11</version>
</dependency>

or via Gradle:

compile 'com.imsweb.com:x12-parser:1.11'

About

A Java parser for ANSI ASC X12 documents.

License:Other


Languages

Language:Java 99.7%Language:CSS 0.2%Language:HTML 0.1%