TigerShark
TigerShark copied to clipboard
Python X12 EDI parser
to_dict method would skip over iterables that contained only simple datatypes
With this change in pep 479: https://www.python.org/dev/peps/pep-0479/ Stop Iteration exceptions are no longer handled inside generators. It seems that the parsers should just return instead of raising a stopiteration exception.
The 837 facade is originally from S. Lott and needs to be double checked for correctness and completeness. It may require complete replacement.
When i try to generate my own 835 5010 with: `python ../tools/convertPyX12.py 835.5010.X221.A1.xml M835_5010_X221_A1.py -b ../pyx12/pyx12/map/ -n parsed_835` i get lots of DEBUG messages and then: ``` Traceback (most recent...
Would it be possible for a feature to export the data into a x12 file? To quote from the release log, "I'm not sure when I'll add support for creating...
It would be great if the `unmarshall` method propagated the message that it failed to parse in the exception, so that it can be logged upstream.
The first character of payer_id is an enum with the following mapping: 1: EIN - Employer Identification Number 3: DUNS - Data Universal Numbering System 9: USER - User Assigned/Unknown