Incorrect XML Formatting on 820/ACH file
1) There are '\' characters being added between each segment of the file format
2) The proper </segment_end> tags do not exist in the file.
Below is a sample snippet of the file with identifying info removed. You can see that between the segments, there are '\' chars added, which I have highlighted in Red. You can also see that though there are corresponding <Start> and </Start> tags, there is no corresponding </EDI_ISA_HEADER> to close out that segment that was opened via <EDI_ISA_HEADER>. There are a number of different segments in the PMT_EDI_820_FMT File Layout and each of them has this same behavior. I've removed all but the first segment for this example.