Skip to content

This simple parser will iterate through your Microsoft Outlook email and contact csv exports, identifying all the unique pairs of phone numbers, email addresses, and full names, and tries to predict/label whether the email address identified is a personal email or a corporate email address. It goes through every csv in a directory or an individu…

Notifications You must be signed in to change notification settings

feiandre/gdpr-outlook

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

GDPR Outlook CSV Export Parser and Organizer

This simple parser will iterate through your Microsoft Outlook email and contact csv exports, identifying all the unique pairs of phone numbers, email addresses, and full names, and tries to predict/label whether the email address identified is a personal email or a corporate email address. It goes through every csv in a directory or an individual csv export.

It then saves all the records to one SQLite Database .db file so if you want to apply any cryptopgraphy on the information that you possess, you can simply create a new table that is protected and hashed. It works in all the testing that I did but hopefully it should be pretty resiliant.

About

This simple parser will iterate through your Microsoft Outlook email and contact csv exports, identifying all the unique pairs of phone numbers, email addresses, and full names, and tries to predict/label whether the email address identified is a personal email or a corporate email address. It goes through every csv in a directory or an individu…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%