Safari not loading vCard file into Address Book

Sorry, this question should probably fall under the Safari Forum but for some reason the "Post New Thread" link doesn't display in that section for me. Any idea why. Anyways, I have a link on my site to link to a .vcf (vCard) file. But when I click on the file using Safari, Safari loads the .vcf file content into the browser rather than opening the .vcf file into my Address Book. When I try to download the file, the file is converted from filename.vcf to filename.vcf.txt. Any idea why and how to get around this problem?

> for some reason the "Post New Thread" link doesn't display in that section for me.
You’re probably trying to post in a category (i.e. a group of forums). You must go to a specific forum in that category to be able to post there.

Similar Messages

  • Problem importing CSV or tab-delimited file into Address Book

    I am trying to import a text file (tab delimited) or csv file into address book. The files are created in Excel and consist 8 columns with address info (first name, last name, street, city etc). For the sake of simplicity, the file only contains 2 records - so all in all 3 rows with data where the first row contains the headers as described above.
    I am perfectly able to import the fields first name, last name using Address Book's text import feature. However, as soon as I try to map Address Book's address field (Home, work or other) to my text file's headers, the import wizard stops responding. I can still scroll through the records with the left and right error, but the record count is screwed up ("-3 of 2") and clicking the OK button doesn't result in anything.
    So I am able to import the names but not the addresses - so I better rename the Address Book to Name Book
    Any clue of what's going wrong?

    I've been wrestling with the exact same problem. I have come to a solution, though serendipitously. The address variables belong to a group say address Office.
    1 - I creted a column with address Office which clued in AddressBook the the existence of the data for +address Other+ (and it assigned the columns ot the proper data)
    2 - address book does have an entry of address with all group elements of same colour, normally. I reassign address other to address office
    3 - I also assign address office (in right-hand column) to address office.
    At this point I have two groups of address office
    4 - I indicate to the second group 'do not import'
    5 - Then hit OK
    It seems that this loop is necessary to instantiate the proper group name to the group of variables. Why? who knows. Bad UI? Clearly. Apple engineers should've thought about it before? no kidding...

  • Importing .wab file into address book or anywhere else on my mac

    Hello all,
    I'm trying to import a Windows .wab file into Address Book (or anywhere else on my Mac for that matter) but can't find a way to make the two like eachother.
    I got the file from someone else and do not have a Windows computer to use in the process.
    Any suggestion would be most welcome!

    Unfortunately those files are in a format unknown to any Mac application. What you may try is this utility but I do not know that it will convert only the .wab file, but it's supposed to be able to convert Outlook data to an OS X readable format.
    In the future be aware that Outlook data files are incompatible with OS X. Have your Windows friends export their data files in a readable format such as Comma or Tab delimited text files.

  • Import .msg files into address book

    Hi, apple users out there.
    When I bought my new MacBook, people at the apple store transferred all my data from my old PC to the laptop. For some reason, the addresses in Outlook were the only exceptions. Now I am trying to do it myself, but having trouble with it.
    My husband managed to extract them from Outlook in a .msg format. Mac is not happy and won't open it in the address book nor any other application.
    Any ideas how to get these addresses into the Address Book without having to type all 200 of them?
    Thanx!

    My husband managed to extract them from Outlook in a .msg format
    Contacts/Addresses are not message (.msg) files.
    Search Google for: outlook contacts to apple address book and you'll find many ways to do it.

  • Script to import contacts from CSV file into Address Book

    Hi,
    I am wondering if it would be possible to import contacts from a CSV file into a group in Address Book using applescript, and if so, if anyone is aware of a script that does this or something similar.
    I have a CSV file with three columns 'First Name', 'Last Name' and 'Email Address'.  I would like these to correspond with  'First', 'Last' and (Work) 'Email' in Address Book.
    Ideally the script would also check to see if entries already exist for the people being imported, but this is less crucial.
    Thanks in advance for any assistance,
    Nick

    Hi,
    Test this on a very small csv file (four or five contacts) to see if it works for you. It will not de-duplicate. You don't give the name of the group, so you'll need to replace Name of group in the second line with your group name, enclosed in double quotes.
    --begin script
    set the_people to read (choose file with prompt "Choose your CSV file")
    set the_group to "Name of group"
    set old_tids to AppleScript's text item delimiters
    set AppleScript's text item delimiters to ","
    set par_count to (count paragraphs in the_people)
    repeat with x from 1 to par_count
              set next_par to paragraph x of the_people
              set first_name to text item 1 of next_par
              set last_name to text item 2 of next_par
              set e_mail to text item 3 of next_par
              tell application "Address Book"
                        set nu_person to make new person with properties {first name:first_name, last name:last_name}
      make new email at end of emails of nu_person with properties {label:"Work", value:e_mail}
                        add nu_person to group the_group
      save
              end tell
    end repeat
    set AppleScript's text item delimiters to old_tids
    --end script
    Watch out for bad line breaks in the lines beginning "set nu_person..." and "make new email..."

  • Safari not loading .css files / hanging page load

    A bit of an odd one this...
    I'm having a few issues a couple of websites in that the page takes an age to load - and when (if) it does, the CSS file hasn't loaded, so the page is unstyled.
    One page is http://www.liverpoolfc.tv - the main page and the advert page before it both have the same issue.
    From the activity report, this is because the browser is not completing the download of the file http://www.liverpoolfc.tv/lfc.css - although this will download fine if I download the file not as a part of the site.
    The (Safari) activity report shows that the page's .css file is stalling, in this case at 8.0KB out of 8.6KB - this is consistent each time I try to load the page.
    The problem occurrs in both Safari (3.2.1) and Firefox (3.0.6) on Mac OS X 10.5.6. It also happens with the current version of WebKit and Camino. The computer is up to date on all other relevant patches, including the recent Security Update, Java Update 3 and Flash.
    I'm experiencing this problem with another website, again with the .css file not loading.
    Similarly, I have two computers (both the same versions of software) and the problem is consistent between them.
    What I've tried so far...
    - resetting Safari
    - deleting the cookies manually
    - using a proxy server
    - starting Safari in Rosetta
    - using a copy of Safari without any user preferences (via the System Admin login)
    None of these have made a difference. However, given that this is a problem across Safari, Firefox etc., I suspect this must be an issue in a shared component.
    Any thoughts?

    1. From the Safari menu bar, select
              Safari ▹ Preferences... ▹ Extensions
    Turn all extensions OFF and test. If the problem is resolved, turn extensions back ON and then disable them one or a few at a time until you find the culprit.
    2. From the menu bar, select
               ▹ System Preferences… ▹ Flash Player ▹ Advanced
    and click Delete All. Close the preference pane. Test.
    3. From the Safari menu bar, select
              Safari ▹ Preferences... ▹ Privacy ▹ Remove All Website Data
    and confirm. Test.

  • Can't import the address part of a text file into Address Book

    I am trying to import from a text file. It simply will not let me hit OK if I try to import the address information but works fine if I omit the address.
    Any ideas? Getting very frustrated.
    Schmleff

    I exported my database in a tab delimited format from palm desktop on a windows machine.
    I clicked import from the address book menu, selected "from text file". It opens the import window as you would expect it to. I begin to align the data with the proper fields. If I ignore all address information, it imports just fine, but obviously with no addresses. If I try to align any address information at all, it will not let me click ok. the button clicks, but does nothing. If I unselect the address info again, its imports. No directions are available to guide me and everything looks like it should work. Begining to feel like Im in windoze world again.

  • Importing Mac OS 9/Multiple Users/Netscape 4.8 addresses into Address Book

    Hello there,
    my wife has made the leap from Mac OS 9.2.2 to Mac OS X 10.4.3, and we're trying to figure out how to import her Netscape 4.8 addresses into Address Book. The complicating factor is that her computer ran with Multiple Users under Mac OS 9; as the Classic environment doesn't seem to be able to run as a particular Mac OS 9 "Multiple User", we're unable to run Netscape within the Classic environment as her "Multiple User" to allow the export of her addresses for subsequent importation by Address Book. We did find an existing LDIF file on the hard drive at Users:her user:Preferences:Netscape Users:her e-mail:Contacts Export.ldif that we were able to import, but it didn't seem to contain a complete set of her addresses.
    Can you recommend a way to obtain her full set of addresses? Do you know which Netscape file contains the addresses? If need be, that file can be copied, selectively edited, and its addresses can be manually reëntered; but naturally a less time-consuming solution would be preferable. Alternatively, would it be possible to run within the Classic environment as a particular "Multiple User", so that the addresses could be exported within Netscape?
    Thanks for your assistance!
    Sheepnose
      Mac OS X (10.4.3)  

    Here’s a summary of what I wound up doing. I downloaded the current version of Netscape for Mac OS X at http://ftp.netscape.com/pub/netscape7/english/7.2/mac/macosx/sea/Netscape-MachO. dmg.gz and used it to import the addresses from the Users:her user:Preferences:Netscape Users:her e-mail:pab.na2 file. (It turns out that the pab.na2 file has the latest address book data.) This was done by cancelling the New Account Setup, then choosing Tools/Import …/Address Books/Communicator 4.x. I then exported the just-imported data by going to Netscape 7.2’s Address Book window, selecting the “nab” address book, and choosing Tools/Export … in LDIF format, followed shortly by importing the newly created LDIF file into Address Book. Unfortunately the groups didn’t survive the exodus, and had to be manually reässembled within Address Book. There also seemed to be minor data loss in Notes fields — namely, all Notes text following a colon went missing. However, that was readily worked around by restoring via copy/paste from Netscape 7.2 to Address Book. Given these caveats, the Netscape 4.8 address book data have now been reconstituted as Address Book data. I hope that this summary might prove useful to anyone else who might be facing a similar task, and would appreciate it if anyone who finds an easier way to do this would post their findings.
    Sheepnose

  • HT2486 Business card info into Address Book?

    is there a program that allows you to scan business card info into the Mac Address Book using a macbook pro or iMac built-in camera?  I know there are programs for the iphone and ipad, but what about norma computer users?  It seems like the Address Book should have this capability since all macs have a built in camera.

    Address Book can import files in several formats, including CSV, in which format Numbers can Export a file.
    If the columns in your numbers file are not labeled in row 1, start by adding a row to the top of the table and entering an identifying label into each column.
    Go: File > Export > CSV > UTF-8 > Name the file and select a location. Click Export (or Save)
    For instructions on Importing the file into Address Book,
    Launch Address Book.
    Click the Help menu; then enter 'importing contacts' into the search box. Click on "importing contacts" in the list that opens.
    Regards,
    Barry

  • Importing new Address Book into Address Book but keeping it separate.

    I have an existing Address Book on my MacBook Pro and would like to import my office Address Book - BUT keep it as a separate group.  The office Address Book has over 1,000 names so it is a lot of work to import it and then, one by one, find, separate and add the names to a New Group.  Is there a way to import the new Address Book directly into its own Group?
    Both Address Books are Apple.
    I understand that the new names will be a part of my existing Address Book when I am in the ALL Group.

    Well you are correct - you cannot import into .Mac mail.
    What you can do is import your .csv file into Address Book on a Mac and then Sync that Address Book with your .Mac information.
    In Address Book the Import function is under the File menu.
    To Sync use the .Mac preference pane in System Preferences.
    HTH,
    Steve

  • How to exclude the note field when importing vCard into into Address Book?

    I am trying to get my contacts from Lotus Notes (Windows) to my Mac Address Book so I can get them to my iPhone. (I know .. it's a bit klugey, but I had to have an iPhone.) When I export the contacts in vCard 3.0 format, send them to my gmail account, and import them into the Mac Address book, it includes odd info in the note field like "CHARSET: windows-1252". I'd like to exclude notes from all addresses without having to go into each individual one in Address Book and delete the notes field. Any ideas?

    Hi,
    From Your code I saw that you called Macro of fieldcat after Calling the ALV Function Did You Check That One.
    Following links may be useful for you ,
    ALV report: How to merge 2 columns into 1 column?
    Hope this information helps You
    Regards,
    Raghava Channooru

  • I have the answer to Importing VCards into Address book

    Ok after reading all the forums etc and banging my head against the wall for a couple of hour I have found a two stage solution to Importing VCards from Outlook into Address book.
    As I have 978 contacts in about 14 categories I had to find an efficient solution, firstly I downloaded a small program called "Outpod": Backup iPod to PC,copy songs from iPod to computer,iPod to iTunes whilst it is old and talks about iPod it works perfectly on my Outlook 2010 version.
    It doesn't actually "install", just run the .exe file from anywhere after you extract it. In Outpod select "Contacts" if you have multiple profiles it will then prompt for which profile to use, expand your Contacts list, and then select "categories" on the top bar.
    All contacts are now displayed in their correct category, select all of the contacts in the first category, right click, and select  you want to export from a Category using Outpod, insert a thumbdrive on the PC, right click and select "Save selected items in one file", Outpod will ask you where you wish to save the file and gives you the opportunity to name the file. Just name the file the same name as the category you are exporting to, and repeat for all categories until you have them all on the USB stick.
    Now to the Mac. Open Address Book on the Mac, create Groups (not "Smart Groups") to match all your categories. Now insert the thumb drive into the Mac, open it in the Finder until you can see all your files. with both windows open, highlight the Group in Address Book and then double click the corresponding file in the finder window. Shazam! all those contacts will appear in the correct group. repeat for all other Groups.
    I find it astonishing that Apple just ignore issues like this, and "Last Import" not clearing it's cache for instance. So now I just have to figure out how to get a movie to auto play on a Keynote slide, another great product dissapointment, anyone?
    Cheers
    Tex260Z

    Thank you thank you. UTF 16 did the trick. What I was trying to do was import/save addresses i found on whitepages.com directly to my address book. I can't seem to find an ideal way tht doesn't involve a few steps of cutting and pasting. anyone?

  • Importing into Address Book with Custom Fields from a Text File.

    Hello
    I'm a teacher and like to create contacts for my students. The information that I want in each contact besides their name, email address and phone number are their
    student id's, semester enrolled, class number and class title. For these four fields I create a "Custom" field with the appropriate names: "ID", "Term", "Course" and "Class" respectively.
    All this information I can download from the school's server in a CSV file.
    To import the information into Address Book, I choose "File -> Import -> Text File" and then select the CSV file that I downloaded. The import utility opens up correctly showing all the fields I would like to import, however, many of the fields are marked as "Do not import." When I click on that term to select my Custom fields, they do not show up. Is this a bug or "feature" of the Address Book? It seems to me that if you are allowed to create useful custom fields, you should be able to import data into them as well.
    If I'm just ignorant of how to do this, I would appreciate some help. If there is no way to currently do this efficiently, it would be nice to have this feature added to the Address book in the near future.
    Thanks for your consideration,
    Gary

    Thanks for posting your question and the reply from rojok...
    I'm a teacher as well - in Entourage I was able to just copy a column of email addresses (say from an Excel spreadsheet, downloaded from the school's server here at U MD) and then create a group and simply paste that list into the group. Address Book makes you do the extra step of importing all the addresses first. (Note: Your last imported list of contacts in this manner shows up as "Last Import" in the groups lists column to the left in Address Book - so to add contacts to a Group there, you select that Last Import group, click once in that list column one contact, say, then select all of the list - then Command + A, for select all - then drag them all to your group you've made - i.e. "MySpringClassList"). This is NOT very intuitive I might add and incredibly cumbersome of a process.
    To get around the customizable info I needed to import... I just chose options that I don't regularly use for those things I needed to import - i.e. student I.D., these I placed under "ICQ Other" - that way they're imported at least.
    Good luck,
    Andrew

  • Import .txt (from Excel) into Address book not happening

    I am attempting to import a .txt file (exported from an Excel file) containing 5000 contacts with email and phone details. In the Import dialogue I can map the columns to the Address Book properties. When I press OK the button stays blue (highlighted) for a few seconds but no import occurs. Not even the card being previewed.
    What am I missing here? (Bit urgent too)

    I had the same problem. I saved as tab-delimited in excel, closed it but upon import, address book would hang (spinning wheel or no response). So, I reopened the .txt file in Numbers instead, got rid of any strange lines, saved again as .txt. Then, I imported it into Address book and it was fine.
    To see whether it had to do with Numbers or Excel, I reopened the .txt file in Excel also, did the editing out of strange lines/cells again, and imported into address book again without problems.
    Seems like a really dumb hack, but it worked for me. I had 62 entries (address book always stalled at 5).

  • Can't complete .dsv file import into Address Book

    Hi folks, this is driving me insane (and has been for months off and on!)
    I exported all my contacts from Entourage and want to import them into Address Book.
    The file is a .dsv file. I select File>import>text file and locate the file.
    I then check each field to make sure the information on the right corresponds to the field title on the left.
    I can click the forward arrow at the bottom and I can click the OK button - but it doesn't seem to do ANYTHING!
    I can see the cards individually as I click the right arrow button. I've even tried clicking through and hitting OK on each one individually but when I get to my final contact, nothing happens.
    I have wasted so many hours on this. Can someone please help me complete the import of this CSV file (Help is worse than useless on this subject!)
    Many many thanks!
    David.

    Thanks for the quick reply Mort but unfortunately I no longer have the Entourage data (just the exported DSV file) and I had already read and tried the other thread.
    It all seems to work fine but when I've finished there's no option to complete or get rid of the box with the field information in it.
    The OK button is clickable (ie not greyed out) but doesn't seem to do anything.
    I really don't want to have to manually enter this data but with the time it's taking me to resolve the import problem I'd be quicker re-typing everything!
    Any other suggestions/fixes anyone?
    Thanks
    David.

Maybe you are looking for

  • Query in sap

    hi is there any application in which we can run query as we do in sql like if i want to fetch records from two tables as select a, b , c from tablea and table b where something like that can we directly execute any query in sap? plz help me with step

  • With filter values iam not able to see out put of a  web report

    Hi, I had a web report. for the webreport,data provider is Query. My requirement is to change the description of calculated KF. I have changed the description of Calculated KF in Query and transported it to Quality system. But when i execute the Web

  • Apple TV and HD

    I am thinking about buying an Apple TV. I would love to watch movies in HD. Are there HD movies available on iTunes? Someone said that I would have to buy HD movies from a store, then download them to iTunes, then play them over AppleTV to my HD TV.

  • My email is locked on one message that I can't remove.....help?

    Need help with my mail

  • PS CS3 freezes when I make any adjustments

    I can open a file, and can run certain actions, but when I try to make levels or curves adjustments, PS freezes and I must force quit the application.