• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Mass Editing Addressbook
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Mass Editing Addressbook


  • Subject: Re: Mass Editing Addressbook
  • From: Robert Love <email@hidden>
  • Date: Fri, 08 Apr 2016 21:17:19 -0500

Thanks but I don’t understand your text after the script.  I see the script “save”.  Are you explaining that to me or saying that I have to manually save every card?  The whole Contacts?

On Apr 8, 2016, at 8:36 PM, Christian Boyce <email@hidden> wrote:


On Apr 8, 2016, at 12:00 PM, email@hidden wrote:

I’m looking for help in bulk modifying my Contacts address book.   I have many coworkers that show the company name.  Our company is being bought by another and several of the contacts fields will change.  Let’s start with the Company name field.  Any way to change it from “Foo Inc” to “Bar International”?   There are 40-50 records to change.

You could do it with an AppleScript: 


tell application "Contacts"
set the_people to every person whose organization contains "xyz"
repeat with a_person in the_people
set the organization of a_person to "123"
end repeat
save
end tell

You have to save. If you don't, it won't work.

 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Automator-users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

References: 
 >Re: Mass Editing Addressbook (From: Christian Boyce <email@hidden>)

  • Prev by Date: Re: Mass Editing Addressbook
  • Next by Date: Action "Add to iPhoto album" doesn't work
  • Previous by thread: Re: Mass Editing Addressbook
  • Next by thread: Action "Add to iPhoto album" doesn't work
  • Index(es):
    • Date
    • Thread