edi-835-parser icon indicating copy to clipboard operation
edi-835-parser copied to clipboard

A simple EDI 835 file format parser.

Results 19 edi-835-parser issues
Sort by recently updated
recently updated
newest added

(edi-parser-py3.12) stevenli@Stevens-MBP edi_parser % python display_edi_file.py Traceback (most recent call last): File "/Users/stevenli/Documents/github/steven4354/edi_parser/display_edi_file.py", line 7, in transaction_sets = parse(input_file_name) ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/stevenli/Library/Caches/pypoetry/virtualenvs/edi-parser-o53mJRh5-py3.12/lib/python3.12/site-packages/edi_835_parser/__init__.py", line 28, in parse transaction_set = TransactionSet.build(path) ^^^^^^^^^^^^^^^^^^^^^^^^^^...

Is there a roadmap for an 837 parser?

Hello, Do you consider this (supporting other x12 versions such as 832 Price Catalog) in scope of this repo or it should built on a new generic one? Thanks, Yehia

From where can I find Element.py file in github?

Trying to parse some reconstructed era files from a clearinghouse. I get this error: /Users/x/opt/anaconda3/lib/python3.9/site-packages/edi_835_parser/loops/service.py:109: UserWarning: Identifier: LX not handled in service loop. warn(message) Traceback (most recent call last): File...

Is it possible to get the parser to pull medicaid IDs as well? Is it also possible to bring through the Remit Claim Status? I think it shows in 835s...

Looking for NCI in parsed output. NCI numbers are part of the 835 file, but I can't seem to find the reference in the segments or other parser elements. We...

Hey, I checked out the parser and Its Great! I really loved it. I wanted to check if I can reverse parse i.e, converting back the EDI 835 parsed output...

IndexError in file 1949-42928.835: Traceback (most recent call last): File "C:\Users\RAGHAVENDRA K\AppData\Local\Temp\ipykernel_700\663775951.py", line 55, in transaction_set = parse(temp_file_path) File "C:\Users\RAGHAVENDRA K\AppData\Roaming\Python\Python39\site-packages\edi_835_parser\__init__.py", line 28, in parse transaction_set = TransactionSet.build(path) File "C:\Users\RAGHAVENDRA...