Macworld Forums: Bulk edit Address Book data - Macworld Forums

Jump to content

  • (2 Pages)
  • +
  • 1
  • 2
  • You cannot start a new topic
  • You cannot reply to this topic

Bulk edit Address Book data

#1 User is offline   Macworld Icon

  • Story Poster
  • Icon
  • Group: MW Bot
  • Posts: 12,878
  • Joined: 30-November 07

Posted 22 December 2008 - 09:30 AM

Post your comments for Bulk edit Address Book data here
0

#2 User is offline   flybynight Icon

  • Member
  • PipPip
  • Group: Members
  • Posts: 889
  • Joined: 21-July 06

Posted 22 December 2008 - 09:42 AM

If your are using Bento, could you do a bulk-edit there? Just curious.
0

#3 User is offline   XMattingly Icon

  • Member
  • PipPip
  • Group: Members
  • Posts: 355
  • Joined: 31-October 06

Posted 22 December 2008 - 11:07 AM

That is slick! Thanks, Chris.
0

#4 User is offline   rab777hp Icon

  • Veteran
  • PipPipPip
  • Group: Banned
  • Posts: 1,840
  • Joined: 11-June 08

Posted 22 December 2008 - 12:37 PM

how do spacing issues work out with this?
0

#5 User is offline   Chris Breen Icon

  • Advanced Member
  • Icon
  • Group: Moderators
  • Posts: 3,910
  • Joined: 11-December 00

Posted 22 December 2008 - 04:46 PM

rab777hp said:

how do spacing issues work out with this?


I'm not sure what you're asking. Do you mean do you have to insert special characters to produce spaces? If so, the answer is no.

#6 User is offline   rab777hp Icon

  • Veteran
  • PipPipPip
  • Group: Banned
  • Posts: 1,840
  • Joined: 11-June 08

Posted 22 December 2008 - 05:07 PM

by spacing issues i meant that sometimes using find and replace, especially with TextEdit, extra spaces get added and taken away I was referring to formatting.
0

#7 User is offline   Chris Breen Icon

  • Advanced Member
  • Icon
  • Group: Moderators
  • Posts: 3,910
  • Joined: 11-December 00

Posted 22 December 2008 - 05:19 PM

Oh, in that case, no, I haven't noticed any extra spaces.

#8 User is offline   braintoniq Icon

  • Newbie
  • Pip
  • Group: Members
  • Posts: 5
  • Joined: 28-November 07

Posted 25 December 2008 - 01:14 PM

One of the best Mac tricks I've seen in awhile. Thanks, Chris. (and I would've never guessed this one on my own).
0

#9 User is offline   Foxhoyle Icon

  • Newbie
  • Pip
  • Group: Members
  • Posts: 1
  • Joined: 28-December 08

Posted 28 December 2008 - 11:11 PM

Chris--is it possible to do something similar with iCal? I know I can export and edit the .ics file...just not sure how to do something like add a description to all of the entries. Thanks for the excellent article!
0

#10 User is offline   spiderbat Icon

  • Member
  • PipPip
  • Group: Members
  • Posts: 162
  • Joined: 23-March 01

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
0

#11 User is offline   EdwardLV Icon

  • Newbie
  • Pip
  • Group: Members
  • Posts: 6
  • Joined: 29-December 08

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.
0

#12 User is offline   kananga Icon

  • Newbie
  • Pip
  • Group: Members
  • Posts: 2
  • Joined: 05-January 09

Posted 05 January 2009 - 09:22 PM

When in the table view in Bento, I don't see any way to just grab the lower right corner and fill the contents like in Excel. Are you sure you can do this in Bento? I just tried it with no success.
0

#13 User is offline   kananga Icon

  • Newbie
  • Pip
  • Group: Members
  • Posts: 2
  • Joined: 05-January 09

Posted 05 January 2009 - 09:27 PM

I just went through the help file for Bento, and it does say you can do this, but mine doesn't work. Weird. Off-topic for this discusssion, but my Bento is not working.
0

#14 User is offline   EdwardLV Icon

  • Newbie
  • Pip
  • Group: Members
  • Posts: 6
  • Joined: 29-December 08

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.
0

  • (2 Pages)
  • +
  • 1
  • 2
  • You cannot start a new topic
  • You cannot reply to this topic

2 User(s) are reading this topic
0 members, 2 guests, 0 anonymous users