Registry / serialization / service-edifact-binding

service-edifact-binding

JSON →
library2.1.0javamavenunverified

Supports reading and writing of EDI and EDIFACT documents using Smooks cartridges.

<dependency> <groupId>org.smooks.cartridges.edi</groupId> <artifactId>service-edifact-binding</artifactId> <version>2.1.0</version> </dependency>
INSTALL
IMPORT
SIG · SERVICE-EDIFACT-BI
S
service-edifact-binding
serializationjavav2.1.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

EDIFactReader
org.smooks.edi.edifact.EDIFactReader

Parses an EDIFACT message using the Smooks reader.

import org.smooks.edi.edifact.EDIFactReader; import org.smooks.Smooks; import java.io.StringReader; public class Example { public void parse() throws Exception { Smooks smooks = new Smooks(); EDIFactReader reader = new EDIFactReader(smooks); reader.read(new StringReader("UNH+1+ORDERS:D:96A:UN")); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.1.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Resources
service-edifact-binding — mvn dependency:get service-edifact-binding · libregistry