BerryWorksSoftware / edireader

EDIReader is a flexible and lightweight EDI parser, written in pure Java with many integration options. It has handled millions of transactions in a wide variety of products, services, industries, platforms, and custom integrations. Available as the open source Community Edition and the Premium Edition with added-value modules.
GNU General Public License v3.0
123 stars 47 forks source link

Missing Loops when parsing a 837 edi #2

Closed pknelakuditi closed 6 years ago

pknelakuditi commented 7 years ago

EdiReader 5.4.3 is not creating loop when converted from edi to xml. I am using EDItoXML.java to convert a sample 837 file to xml which is generating loop structures for version 4.7.3 but not for the latest version. This is issue is caused due to the missing 837 plugin(ANSI_837.java) in 5.4.3 .

SethNJohnson commented 7 years ago

Is this still an issue? Should we use 4.7.3 instead?

msimon3 commented 7 years ago

Had the same issue. Replacing the missing file fixes it for me.