Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 441 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 441 Bytes

ediq

Command line XPath for EDI files

Building

mvn package

How to Use

java -jar ./target/ediq.jar [OPTIONS]... [EDIFILE]

Options

  • --epath: "EPath" expression (same as XPath) to use for selection of nodes in the EDI input
  • --format: write each segment to the output on a separate line (optional)
  • --schema-file: path to a schema file to use when parsing the EDI input

License

Apache-2.0