imsweb / x12-parser

A Java parser for ANSI ASC X12 documents.
Other
80 stars 44 forks source link

X12 string from loop #35

Closed angelaszek closed 4 years ago

angelaszek commented 4 years ago

@ctmay4 can you review this? I created a method that can take X12Loops and output X12 text from it. We can use it to create synthetic data files in DMS. I moved some of the existing writer methods to a new X12Writer class. It seemed strange to have output methods in a "reader" class. There were no changes to the reading/parsing of X12 files.

Closes #33