Skip to content

Simple Ruby script to clean an email list from a dictionary

Notifications You must be signed in to change notification settings

twenster/email-cleanup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Email cleanup

This ruby script reads a CSV export file from MySQL database, and removes lines contained in a dictionary file. Ie: do a XOR between the exported file and a dictionary.

Source files

  • emails.csv CSV Export file columns: First name, Last name, Email address, Entity

  • emails-dictionary.txt Dictionary: Email address, one per line

Produced file

  • emails-cleaned.csv CSV file, with following columns: First name, Last name, Email address, Entity

About

Simple Ruby script to clean an email list from a dictionary

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages