added methode to generate check_name excel

This commit is contained in:
2023-11-03 22:15:43 +01:00
parent cf7155f9fb
commit 8d6c4fed35
8 changed files with 163 additions and 124 deletions
+7
View File
@@ -0,0 +1,7 @@
from src.utils.excel_reader import read_contacts
_contact_list = read_contacts(file_name="/Users/panlei/Desktop/yahoo_aol_valid_23.xlsx")
# print(_contact_list)
for _contact in _contact_list:
if _contact.last_name is None or _contact.first_name is None:
print(_contact.mail)