henrycatalinismith / ppl

The command line address book
http://henry.catalinismith.com/ppl/
Other
300 stars 18 forks source link

Check for duplicates when scraping #32

Closed pigmonkey closed 11 years ago

pigmonkey commented 11 years ago

ppl scrape should check to see if the email address that it scraped already exists somewhere in my contact list.

Right now it adds a new contact with the id $firstname_$lastname, even though I already have a contact with the id $lastname with that email.

If I have already have a contact with the id $firstname_$lastname, the scrape command completely overwrites the contact (removing any phone number or postal addresses).

henrycatalinismith commented 11 years ago

Working my way up the list to this, don't worry.

henrycatalinismith commented 11 years ago

Finally sorted this out!