keironstoddart / edi-835-parser

A simple EDI 835 file format parser.
MIT License
80 stars 40 forks source link

Added .rmt extension #13

Open christopherpickering opened 2 years ago

christopherpickering commented 2 years ago

Blue cross and Aetna sometimes use .RMT extension.

At some point it might be cleaner to switch to pathlib and use file.suffix in ['.txt','.835','.RMT']