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|
| | | |
- 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
If you have issues,
Message on the github page
But the code should work fine