[ad_1]
I have a field in pymongo by the name "Processed_Email_Body". How do I check if it contains any letters or not, basically my objective is to find the count of empty processed email bodies, as the empty ones only contain dots and nothing else. So if the body does not have any letters, I will keep incrementing the count.
As of now I am stuck here:
iid = 11651704
database_69.user_emails.find({"Message_Id": iid, "Processing_Variables": {"Processed_Email_Body": }})
Any ideas to proceed further?
[ad_2]