@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.
@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