imsweb / x12-parser

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

834 XML Schema Files Not Integrated in FileType Enum in X12Reader Class #74

Closed mibrahim2001 closed 2 months ago

mibrahim2001 commented 3 months ago

Description:

I noticed that the 834 XML schema files are present in the mapping folder, but they are not currently utilized in the FileType enum within the X12Reader class. This makes it challenging to validate or work with 834 files using the existing implementation.

Request:

Could someone provide guidance or suggest modifications on how to integrate the 834 schema files into the FileType enum and the broader X12Reader class? Any examples or steps to implement this would be greatly appreciated.

mibrahim2001 commented 3 months ago

I have created a pull request to solve this issue please have a look into it: #75