Coder Social home page Coder Social logo

x12-parser's Introduction

Build Status Documentation Status Maven Central X12 Parser

Current Version: V2.0.0

CHANGES

V2.0.0

  • Forked the code from Google Code to Github.
  • Changed the namespace to support releasing to Maven Central.
  • Added Sphinx to manage docs and support ReadTheDocs.
  • Cleaned up code analysis findings from Intellij.
  • Fixed javadoc generation warnings.
  • Added unit tests for non-happy day cases.
  • Added detection for ISA control header from issue #6.
  • Added documentation to ReadTheDocs, removed javadoc in repo.

V1.0

  • Handle special characters that can be used as segment separators.
  • Add removeElement(int index) added to Segment class.
  • Add removeSegment(int index) added to X12Simple class.
  • Add removeSegment(int index) added to Loop class.
  • Add removeLoop(int index) added to Loop class.
  • Add toString(boolean bRemoveTrailingEmptyElements) added to Segment class.
  • Add toString(boolean bRemoveTrailingEmptyElements) added to X12Simple class.
  • Add toString(boolean bRemoveTrailingEmptyElements) added to Loop class.
  • Add toXML(boolean bRemoveTrailingEmptyElements) added to Segment class.
  • Add toXML(boolean bRemoveTrailingEmptyElements) added to X12Simple class.
  • Add toXML(boolean bRemoveTrailingEmptyElements) added to Loop class.
  • Replace StringBuffer with StringBuilder.
  • Add pom.xml for those who want to build with maven.

V0.9

  • Fixed problem with X12Parser. Loop detection logic was not working correctly.
  • Backward compatible with versions V0.7 and V0.8.
  • Recommended upgrade for users of V0.7 and V0.8

V0.8

  • Fixed parsing problem in X12SimpleParser and X12Parser with parse(File file).
  • When reading ISA segment was being read twice.
  • Fixed issue with parse(InputStream in) method, that was causing blank spaces
  • being padded at the end of IEA segment.

V0.7

  • Not compatible with the previous versions.
  • Earlier class X12 is now X12Simple. Provides the same features as earlier.
  • Added class Loop and class X12. They represent the X12 in a loop
  • hierarchy.
  • Parser is now an Interface. There are two types of Parsers, an X12SimpleParser
  • and X12Parser. They return objects of type X12Simple and X12 respectively.
  • New class Cf has configuration information of how to identify X12 loops.
  • It is used in combination with the X12Parser.
  • New examples have been added.

V0.6

  • Second version

V0.5

  • Initial verision

x12-parser's People

Contributors

ryanco avatar pprasadb avatar

Watchers

James Cloos avatar Marcel Ammerlaan avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.