Python Forum

Full Version: Extracting Data From Email
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I order a lot items each day and when the package is received, I get an automated email stating the the item is received. This email is standard and from this standard email I am trying to extract the purchase order number. Each email has the Purchase Order Number under the same heading and is in the same location (format wise). Can someone help me use python to extract the Purchase Order Number from these standard emails when they come?
There should be a lot of tutorials ontasks similar to this to get you going
https://codehandbook.org/how-to-read-ema...ng-python/