Java library for Java to EDI conversion

edi, java

Solution

Trial download for Smooks?! You don't need a license. There's also good documentation.

Check it out:

- http://www.smooks.org/

- https://github.com/smooks/smooks/

IMHO I would go with Smooks if you want no commercial solution.

Problem

I am looking for a Java library that does Java to EDI conversion - more specifically an EDI 835 format used in Healthcare. Although a lot of libraries promise Java to EDI conversion, there is no documentation or code samples available for the same on their sites. Here is a list of libraries I have tried so far with no luck: 1. EdiReader(EdiWriter is commercial and does not have a trial download). 2. Smooks(No trial download and documentation does not mention Java to EDI conversion). 3. Open Business Objects - OBOE from americancoders.com(Has a trial download but Java to EDI not mentioned). 4. Oakland data transformer(This doesn't even let me download the library and docs). Does anyone know other solutions that might be helpful ? I am open to any commercial solution too. Thanks!

Original source