x12-parser
x12-parser copied to clipboard
A Java parser for ANSI ASC X12 documents.
As per our inputs file we need a PRV segment mapper after our HI segment mapper in the mapping/837.5010.X222.A1.xml file. Let us know if we can add our own Mapping...
This issue is to allow users to pass custom mapping files that can be used to parse X12 files with specs that differ from the supported standards.
I have created a custom xml to handle 4010/850 Purchase order. But getting the below error We found an ending segment but we never stored the first part of the...
add support for parsing 271 5010 - 005010X279A1
The toHtml output for the x12 file needs some simple changes to make it easy to use in an application to support an online Edit form. 1) The `id` attribute...
Steps to reproduce: from https://github.com/nddipiazza/x12-parser/tree/issue_48_add_271_5010_support Run the test `com.imsweb.x12.reader.X12ReaderTest#test271_5010` This code in `com.imsweb.x12.reader.X12Reader#getMatchedLoop` ``` // starting a new loop but we aren't quite sure which one yet. Remove loops where...
What is the biggest files you have been able to parse with this parser? I need to parse 837 files with thousands of claims in them. To get unblocked, I...
SE Loop
Are the parent loop assignment currently work. For example, are we able to map the SE segment correctly ..?
Is it possible to add support for the 270/271 5010 standard? So far I only see 4010 is supported. Thanks