I am looking to automate a process by which I extract a set of emails from a CSV file and collect them as a dictionary, then do an action with each one individually.
My problem is I can't figure out how to read the file and extract the email address. I can do the rest. Any help would be greatly appreciated.