Bulk edit Address Book data
#10
Posted 29 December 2008 - 06:03 AM
An alternative method to make bulk changes in AddressBook is by means of AppleScript (sorry, some programming required!).
For instance, the following snippet changes the street address of every person in AB whose address contains a given string:
tell application "Address Book"
-- we assume that people whose address must be changed have just
-- one address
set a to people whose (street of first address) contains "Cat Street"
repeat with p in a
set (street of first address) of p to "Yellow Cat Street"
end repeat
save addressbook -- don't forget this!
end tell
For instance, the following snippet changes the street address of every person in AB whose address contains a given string:
tell application "Address Book"
-- we assume that people whose address must be changed have just
-- one address
set a to people whose (street of first address) contains "Cat Street"
repeat with p in a
set (street of first address) of p to "Yellow Cat Street"
end repeat
save addressbook -- don't forget this!
end tell
#11
Posted 29 December 2008 - 10:50 AM
Yes, Bento can easily do this Bulk Edit while in the Spreadhsheet view, use Find to group all the addresses to change. Change just the top one appearing in the list.
Then click and drag the bottom right corner of this field, in the newly changed record, downward to include ALL the records you wish to change. Done.
Bento seems to contain all the 'fixes' to Address Book that it badly needs. Publisher of Bento, Filemaker, owned by Apple, charges you $49 NO DISCOUNTS FOUND - for these new features. Note: all changes to Bento are automatically updated in Address Book and vice versa.
Then click and drag the bottom right corner of this field, in the newly changed record, downward to include ALL the records you wish to change. Done.
Bento seems to contain all the 'fixes' to Address Book that it badly needs. Publisher of Bento, Filemaker, owned by Apple, charges you $49 NO DISCOUNTS FOUND - for these new features. Note: all changes to Bento are automatically updated in Address Book and vice versa.
#14
Posted 05 January 2009 - 10:23 PM
While in the Spreadsheet view, select ONE DATA BOX, by clicking on it. It should be the Top Most data box, as you will be 'filling down'.
A rectangle will appear around this data box with a SMALL CIRCLE in the bottom right corner.
This circle is what you DRAG DOWNWARDS to fill the boxes below, with the same data as the Top Box.
As you drag it, your mouse / pointer will change into a small Cross Hair and the rectangle will enlarge downward, filling the boxes below
with the Same Data as the top most box.
A rectangle will appear around this data box with a SMALL CIRCLE in the bottom right corner.
This circle is what you DRAG DOWNWARDS to fill the boxes below, with the same data as the Top Box.
As you drag it, your mouse / pointer will change into a small Cross Hair and the rectangle will enlarge downward, filling the boxes below
with the Same Data as the top most box.



Sign In
Register
Help

MultiQuote
