pyx12
pyx12 copied to clipboard
HIPAA X12 document validator and converter
Hi, thanks for the library. Is this project dead? I see a PR merged for py3 support, yet an open issue and no releases for quite a while. Any plan...
I've encountered the following error when a segment has an element defined as required and that element has subelements defined. When the entire element is missing (e.g. I receive a...
I have got an issue while validating an X12 EDI file through command line. **TypeError: a bytes-like object is required, not 'str'**. Also help me to do this validation through...
Features Included: - Add JSON writer to write to json from x12ndocument - Error Summarizing to get error count and element count Known Limitations: - JSON writing does not write...
I tried using this module with Python3. Are there any plans to make it compatible with Python3?
I tried my best before posting here, apologies if its redundant. I am looking to see if i pass a file that is in ANSI5010 format like the one in...
@azoner Hi John - it has been a while - but I am encountering an issue with a new submitter that technically falls into "standards" (834 005010X220A1). I am opening...
Code set values for certain X12 elements were included in the original implementation guide, and also listed an external defining organization. These code sets can and do change out of...
Addresses issue reported in #48 In Python3 boolean comparison operator usage with 0 when value is None are no longer equivalent. Modification is made to the scripts/x12xml.py file to first...
Running x12norm with python3 I received the following error: Traceback (most recent call last): File "/usr/local/bin/x12norm", line 11, in sys.exit(main()) File "/usr/local/lib/python3.6/dist-packages/pyx12/scripts/x12norm.py", line 71, in main fd_out.write(seg_data.format() + eol) TypeError:...