Skip to content

Converts strings in the format [First Name] [Lastname] <[Email]> into a spreadsheet

License

Notifications You must be signed in to change notification settings

TomDra/Mailing-List-Converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mailing List Converter

Can convert strings in the format [First Name] [Lastname] <[Email]>;.... 
e.g. Boris Johnson <[email protected]>; Josh Jelly <[email protected]>;....
into a 3 coloum spreadsheet in the format:
|Email|Fname|Lname|
|     |     |     |

Instructions

  • Install python
  • Install openpyxl pip install openpyxl
  • Edit config.py with any file name changes
  • Add the long string into the input.txt file
  • Run main.py

Help

If you have issues, 
Message on the github page

But the code should work fine