Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mrcsparker/nifi-edireader-bundle
Apache NIFI processor that converts EDI ASC X12 and EDIFACT documents into XML
https://github.com/mrcsparker/nifi-edireader-bundle
edifact nifi nifi-processors xml
Last synced: 8 days ago
JSON representation
Apache NIFI processor that converts EDI ASC X12 and EDIFACT documents into XML
- Host: GitHub
- URL: https://github.com/mrcsparker/nifi-edireader-bundle
- Owner: mrcsparker
- Created: 2016-09-16T03:21:57.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-05-12T20:09:11.000Z (over 5 years ago)
- Last Synced: 2024-02-12T23:14:50.058Z (9 months ago)
- Topics: edifact, nifi, nifi-processors, xml
- Language: Java
- Size: 47.9 KB
- Stars: 30
- Watchers: 3
- Forks: 8
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- Electronic-Interchange-Github-Resources - mrcsparker/nifi-edireader-bundle - Apache NIFI processor that converts EDI ASC X12 and EDIFACT documents into XML (Libraries / Java)
README
# NIFI EDIReader Processor
[Apache NIFI](https://nifi.apache.org) processor that converts
EDI [ASC X12](https://en.wikipedia.org/wiki/ASC_X12) and
[EDIFACT](https://en.wikipedia.org/wiki/EDIFACT)
documents into XML using the
[EDIReader](https://github.com/BerryWorksSoftware/edireader) library.## Usage
* [Download Apache NIFI](https://nifi.apache.org/download.html)
* Grab EDIReader from github
`nifi-edireader-processor` uses a new version of EDIReader that is not available in a Maven repo.
```bash
> git clone https://github.com/BerryWorksSoftware/edireader.git
> cd edireader
> mvn install
```* Compile and install `nifi-edireader-processor`
```bash
> cd nifi-edireader-processor
> mvn package
> 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.