x12-parser

Automatically exported from code.google.com/p/x12-parser

  • 所有者: ryanco/x12-parser
  • 平台:
  • 许可证:
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

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

主要指标

概览
名称与所有者ryanco/x12-parser
主编程语言Java
编程语言Java (语言数: 1)
平台
许可证
所有者活动
创建于2016-01-02 16:24:22
推送于2016-01-31 22:21:09
最后一次提交2016-01-31 16:21:09
发布数2
最新版本名称v2.0.0 (发布于 )
第一版名称x12-1.0 (发布于 )
用户参与
星数9
关注者数2
派生数5
提交数93
已启用问题?
问题数10
打开的问题数1
拉请求数4
打开的拉请求数0
关闭的拉请求数0
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?