Open christopherpickering opened 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']
file.suffix in ['.txt','.835','.RMT']
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']