项目作者: mrcsparker

项目描述 :
Apache NIFI processor that converts EDI ASC X12 and EDIFACT documents into XML
高级语言: Java
项目地址: git://github.com/mrcsparker/nifi-edireader-bundle.git
创建时间: 2016-09-16T03:21:57Z
项目社区:https://github.com/mrcsparker/nifi-edireader-bundle

开源协议:

下载


NIFI EDIReader Processor

Apache NIFI processor that converts
EDI ASC X12 and
EDIFACT
documents into XML using the
EDIReader library.

Usage

nifi-edireader-processor uses a new version of EDIReader that is not available in a Maven repo.

  1. > git clone https://github.com/BerryWorksSoftware/edireader.git
  2. > cd edireader
  3. > mvn install
  • Compile and install nifi-edireader-processor
  1. > cd nifi-edireader-processor
  2. > mvn package
  3. > cp nifi-edireader-nar/target/nifi-edireader-nar-1.9.2.nar /NIFI_INSTALL/lib/

License

The code for this project is licensed under the Apache 2 License.

The code for EDIReader is licensed under the GNU GPL v3.

When used with the GPLv3 version of EDIReader the license for project falls under the GNU GPL v3 license.