Apache NIFI processor that converts EDI ASC X12 and EDIFACT documents into XML using the EDIReader library.
-
Grab EDIReader from github
nifi-edireader-processor
uses a new version of EDIReader that is not available in a Maven repo.
> git clone https://github.com/BerryWorksSoftware/edireader.git
> cd edireader
> mvn install
- Compile and install
nifi-edireader-processor
> git clone https://github.com/Dave3o3/nifi-edireader-bundle.git
> cd nifi-edireader-bundle/nifi-edireader-processors
> mvn package
> cp nifi-edireader-nar/target/nifi-edireader-nar-0.0.1.nar /NIFI_INSTALL/lib/
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.