Skip to content

XPath-like utility for handling EDI messages / transactions

License

Notifications You must be signed in to change notification settings

as2network/ediq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

506f0e6 · Aug 27, 2021

History

2 Commits
Aug 27, 2021
Aug 27, 2021
Aug 27, 2021
Aug 27, 2021
Aug 27, 2021
Aug 27, 2021

Repository files navigation

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

Packages

No packages published

Languages