TigerShark icon indicating copy to clipboard operation
TigerShark copied to clipboard

Python X12 EDI parser

Results 3 TigerShark issues
Sort by recently updated
recently updated
newest added

Minor patch for converting zero-length strings to python values in `D8` elements (dates). Previous behavior raised a `ValueError` trying to convert `''` to an int, then to a `datetime.date` -...

While processing a large batch of documents, I found that the Hcpcs code modifier was not being used. This modifier specifies which Hcpcs code is used. This is important for...