added methode to generate check_name excel
This commit is contained in:
@@ -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)
|
||||
Reference in New Issue
Block a user