Can't import contact list

can't import contact list to addresss book on new Mac.

I responded to your other thread regarding this issue. We will continue the discussion there.
- Greg

Similar Messages

  • Can't import contact list to addresss book on new Mac.

    can't import contact list to addresss book on new Mac.

    We received our Mac the first of the year.  We previously had iPhone's and had all our contact on them.  When it can time to set everything up we thought, ok, plug it in and it will work find, everything will import and sync and the world will be a great place.  Wrong.  My wife did the set up with the itunes account, that went smooth but the contact list is the problem. It up loaded once and then I decided to do something with it and it was erased. My fault I know.  I tried to just upload the contact again from the iPhone but they were erased from my wife iPhone. The setting were check "Sync add book, all"  I've changed the setting in itunes so they don't sync so i don't lose them.  Any thought would be helpful.
    Thank you
    Zach

  • How can i import contacts from another AIM account to this new one

    If you reference my last ichat question, you will see that I have had serious problems and had to create a new account.
    How can I import contacts from another AIM account to this new one??

    Hi,
    Use AIM for Mac and use the Export and Import features.
    Other than that it is a question on making sure every Single Buddy has more than just their Screen name in the IChat Address Card so it is added to the Address Book and dragging them back from there
    9:08 PM Thursday; February 7, 2008

  • How can i import contacts from a csv file to "iCloud Contacts"?

    How can I import contacts from a csv file to "iCloud Contacts"?

    The only way I know of to import cells from a csv file is by creating a new file.  But then you can select the desired cells and copy them to the other file.  I just did it to be sure it works.
    1. Create the new spreadsheet file via the upload command.
    2. Select the cells (table) that you want to move to the other file and press command+C (copy).
    3. Close the new file and open the existing file.
    4. Select the top/right cell of the area to receive the copied "table" and press commant+V (paste).
    I hope this is what you're trying to do!

  • How can i import contacts from my regular sim to iphone 5 (nano sim)

    how can i import contacts from my regular sim to iphone 5 (nano sim)

    Sync the phone with the regular sim to the appropriate program on your
    computer. When you set up the iPhone 5 in iTunes on that computer, you
    will be offered the chance to import the contacts, etc.
    Or take old phone and new iPhone to your wireless provider. They have the
    equipment to do this quickly.

  • Can i import contacts from one browser to G mail?

    I have account in my country web. I also open account in Gmail. I have two questions
    1-Now all my mails are coming to gmail account and i have to reply from gmail account. i did it by mistake to import all mails. All my replies are also coming in Gmail. Can it be reversed? Can I stop it?
    2- Can i import contacts from my www.emirates.net.ae account ?
    Please reply URGENTLY. I AM IN A BIG PROBLEMS. AS I AM USING THIS AS COMPANY ACCOUNT EMAILS.

    This is not a Firefox question.
    You have to export your contacts in CSV format, then import them into Gmail. For your other question, see the Gmail support page.
    * https://support.google.com/mail/

  • How can I import contacts from iCloud to CONTACTS in snow leopard? !

    After upgrade software on iPhone (with iCloud) contacts on MAC (Snow Leopard) are no mre sync with iPhone....
    As some time hase passed by and I did not notice it immediatly, now I have all updated contacts on iCloud and no moe on Mac;  how can I import contacts from iCloud to Mac contacts in snow leopard?
    Thanks for help !!!!
    Marco
    PS sorrry, previous question was a mistake

    At http://icloud.com go to the Contacts page. Select all your contacts, click the cogwheel icon at bottom left and select 'Export vCard'.
    Now open Address Book on your Mac. From the File menu choose 'Import' and select your exported file. Of course if it contains entries which are also on the Mac you will get duplicates.

  • How can I import contacts from iCloud to iCal in snow leopard?

    After upgrade software on iPhone (with iCloud) contacts of iCal on MAC (Snow Leopard) are no mre sync... with iPhone....
    As now I have all updated contacts on iCloud, how can I import contacts from iCloud to iCal in snow leopard?
    Thanks for help !!!!
    Marco

    Log in to icloud.com
    Select Contacts
    Click on the first contact
    Hold down shift and click on the last contact
    Click the gear box at the bottom of the screen
    Choose "Export vcard..."

  • Can I import a list of services into Group Policy Preferences \ Control Panel Settings \ Services?

    Hello,
    We want to control server services with Group Policy Preferences via the Group Policy Preferences \ Control Panel Settings \ Services.  By starting from scratch, I don want to manually add each Service here.  Can I import a list of Services
    here, then go back and config the properties?
    I appreciate the help.
    Thanks for your help! SdeDot

    > with settings, however I don't see a way to import that list.
    Usually, there's no need for that. Most people only configure services
    that aren't already configured the way they should be after an OOBE
    install...
    Martin
    Mal ein
    GUTES Buch über GPOs lesen?
    NO THEY ARE NOT EVIL, if you know what you are doing:
    Good or bad GPOs?
    And if IT bothers me - coke bottle design refreshment :))

  • Can I import contacts to outlook for mac with iphone?

    Can I import contacts to Outlook for Mac using my iphone?  I turned on sync in outlook and in itunes, but still not syncing.

    You need a vCard format.  I believe one option is to import your csv file to Google contacts, then export them as a vCard that can be imported to iCloud.

  • HT4759 Can i import contacts from Windows Live Mail 2011 in to iCloud to sync with my iPad

    Can i import contacts from Windows Live Mail 2011 in to iCloud to sync with my iPad?

    Did the Google for you
    http://answers.microsoft.com/en-us/windowslive/forum/livemail-sync/how-to-sync-i phone-with-windows-7-windows-live/9086427f-52d7-4722-b736-3127b041a9c8
    More hits here
    https://www.google.dk/search?q=sync+windows+live+contacts+with+iphone&ie=UTF-8&o e=UTF-8&hl=en&client=safari

  • How can I import contacts into a mailbox and overwrite the previous ones?

    Hey guys, so I am new to powershell. I understand some of the basics and am still trying to teach myself as much as I can.
    So I have been asked to automatically push our company's contacts to everyone's mailbox (around 60-70 contacts to 60-70 mailboxes) We use Office 365.
    They also want the contacts to sync to mobile phones, so I cannot used a shared contact list. It seems only the MAIN contact list can sync to a phone.
    So far I have used this:
    import-contactlist -csv -csvdata ([system.io.file]::readallbytes("PATH TO CSV FILE")) -identity USER
    This works just fine, but if there are any changes to the CSV and I run it again, it just doubles all the contacts instead of overwriting. Is there anyway I can overwrite the contacts?
    I have also tried this:
    Search-Mailbox -identity USER -SearchQuery kind:contacts -deletecontent
    This does delete the contacts I have created in the first place, but if there are any OTHER contacts that users have created, it would delete those as well.
    I feel like im headed in the right direction.. can anyone help?

    Okay I think I figured it out. After I import the contacts with: import-contactlist -csv -csvdata ([system.io.file]::readallbytes("PATH TO CSV")) -identity USER
    I can run this to find and delete each added contact: 
    $tcontacts = get-content PATH TO CSV WITH ONLY NAMES
    $zcontacts = get-content PATH TO CSV WITH NAMES OF MAILBOXES YOU WANT TO REMOVE CONTACTS FROM
    $ccontacts = "null"
    $scontacts = "null"
    $xcontacts = "null"
    foreach ($ccontacts in $tcontacts) {foreach ($scontacts in $zcontacts) {$xcontacts = $scontacts; Search-Mailbox -identity $xcontacts -SearchQuery kind:'contacts', $ccontacts -deletecontent -force}}
    I use xcontacts = scontacts because of pointer issues (i think?) but anyway, using
    $scontacts for the -identity doesnt work.
    This is a pretty rough script, and you guys could probably find a shorter one, but it works! Thanks

  • Important contacts list from Outlook Express

    I am struggling to figure out how to import our contacts list from Outlook Express into iTunes so that we can then move them onto our new ipad mini.  Whatever step(s) am I missing? Thank you & standing by.......

    I can't find any documentation but I want to remember that iTunes doesn't work with outlook express.
    if it is an option, you get your contacts on by connecting your device, opening iTUnes, navigating to the 'info' tab (the name did change but basically it's the tab to set up the e-mail, notes, etc that you sync)
    If express is an option you'll see it listed as a choice.
    If it's not then you can always mail your contacts out of outlook, open that mail on your iPad and save them from there. I had to do it once and I could only figure out how to do it one at a time but there may be a better way.

  • How can I import contacts from an outlook express email program?

    I want to import my list of contacts (email addresses only) from Outlook Express on a Windows machine to the iMac OS 10.9.4.  How can I do that?  I currently have the list on a thumb drive, comma delimited.  Thanks

    http://lmgtfy.com/?q=import+outlook+express+contacts+to+mac

  • How Can I Import Contacts from Excel (XLSX/XLS) and CSV file to VCF File?

    Hi Friends,
    I have stored my all official and personal contacts list in the Excel (XLSX/XLS) spreadsheet and CSV file from long time. But now, I want to move my all contacts in an MS outlook 2013 and also Samsung S4 Contacts directory. But for this process, I require to import all Excel and CSV file contacts into VCF file format. So that, I could export vCard (VCF) file in the outlook and Samsung S4 contacts book. But I don't know about this process that how to import Excel and CSV file contacts into vCard format. If anyone has best solution to import and export excel or CSV file contacts into VCF file, so please share with me that information.
    Thanks & Best Regards
    Jackson T.
    <Edited By Host>

    https://itunes.apple.com/gb/app/csv-to-vcard/id713295900?mt=12

Maybe you are looking for

  • Is it possible to create a custom filter control in SSRS 2005?

    Hello! I need to make a custom filter control for my reports which will provide some options for date parameter: - year and month selection - Some RadioButtons: "Yesterday", "Today", "Tommorow", "Last week", "Next week" - Date range Please, give any

  • Problem in BDC for VA31

    Hi Experts , I am creating BDC for VA31 transaction. If there are multiple line items then i have to select first line item and then go to forcast delivery schedule button . I have to do this procedure for every line item. Is there any way or functio

  • Can we show some user defined message while cube loading in OBIEE

    Hi All, Currently we are building OBIEE dashboards from Essbase ASO Cube as datasource. During Essbase Cube loading ,Essbase will "Disable all Administrative Commands".In this mean time,When users are trying to run the dashboards,OBIEE will thorws se

  • Acrobat Pro 9 - How To Get Sum of Highlighted Text

    I am trying to find the best way to add numbers from scanned documents. I would like to use the highligh feature to mark the numbers I am going to add up and get a total sum of those combined numbers as I go. Is there a way to do this? If not is ther

  • HT202724 Is there a way to keep group messages private?

    Recently, I was surprised when someone that I was in a group iMessage with added new members to a chat. This felt like a breech of privacy. Is there a way to keep group iMessages private? Thanks!