Thanks for the quick response, Joe! I think this script will work just fine. I do run into a minor snag which I can't seem to understand:
Evaluated at 2023-01-24 15:54:04.533
Traceback (most recent call last):
File "<string>", line 9, in <module>
File "<string>", line 9, in <listcomp>
AttributeError: 'NoneType' object has no attribute 'groups'
Complaining about line 9 here...
Edit: I found the issue; the regex should read: '([A-Z][a-z]?\d{1,3}\w+)\s((-?\d+.\d+))' with \w+ inserted to match the "_ppm"
Thanks again for all your help!
J