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).
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
, thescrape
command completely overwrites the contact (removing any phone number or postal addresses).