Problem Importing Contacts from CSV to Outlook 365 Home Premium

I have exported contacts from gmail to Outlook CSV format, unable to import to Outlook 365.  Error suggests:
There was a problem importing your contacts.    
Phone numbers and websites can only contain English characters (a-z or A-Z), numbers (0-9), and specific symbols (such as @). Please try again.
I exported from Outlook 365 a CSV file and column by column copy/value pasted the data from the gmail generated file to the Outlook 365 (People) CSV and saved.  I also searched for any such vaguely referenced trouble spot character and removed anything
that feel out of description (I didn't find anything obvious)
characters left in place on emails were (underscore _), characters left in several phone numbers were (comma's , (pause prompts)).  I may have a phone number or 2 that also contain the English character "x".
Please help

Hi,
Make sure you exported the Gmail contacts as Outlook CSV format.
In addition, you can also try exporting the contacts as the vCard format, test if it can be imported into Outlook properly.
If you deleted the column of phone, import the contacts into Outlook, will the same error show up?
If you have an Outlook.com account, you can try import the contacts to Outlook.com, create the Outlook.com account in Outlook, after the contacts sync completes, move the contacts to the target account.
Regards,
Melon Chen
TechNet Community Support

Similar Messages

  • How to import contacts from csv to Iphone 4S?

    How to import contacts from csv to Iphone 4S?

    Hi,
    you can use this app to import your contacts from CSV file to your iPhone:
    https://itunes.apple.com/us/app/contacts-in-import-csv-contacts/id549639443?mt=8
    You can send CSV file to app via email attachment ot iTunes. More details:
    http://csvcontacts.wordpress.com/user-instructions/
    You can handle phone number types correctly ("mobile","work","home"), import birdthays from any date format and many more.

  • 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..."

  • My Outlook Data Files Are Now .OST - How Do I Backup & Recover Local Contacts (I'm using Office 365 Home Premium)?

    I recently upgraded to Office 365 Home Premium and at the same time changed my email protocol from POP3 to IMAP4.
    I've now noticed that my Outlook data files stored at C:\Users\username\AppData\Local\Microsoft\Outlook are in .ost format.
    I use the Calendar in my Microsoft Account as my main Calendar but I store some of my Contacts locally - which .ost  file will they be held in and how can I recover them if anything goes wrong?

    Hi,
    A simple way to know which data file the Contacts are stored in, is to right click on the Contacts folder, click
    Properties. Under General tab, find the
    Location of it.
    We can export the contacts to a .pst file to back up them, for the detailed steps, please refer to this link below and read the information under
    Export contacts to an Outlook .pst file:
    http://office.microsoft.com/en-in/outlook-help/import-contacts-HA102919678.aspx
    If the data file is corrupted and you need to recover the data, we can choose Scanpst.exe from Microsoft:
    http://support.microsoft.com/kb/272227
    In addition, if the email account you are using is an Microsoft Account, I suggest you choose Exchange ActiveSync instead of IMAP. Thus all the contacts are synced between your Outlook Client and the server, Calendars of the account will automatically be
    added into Outlook, you don't have to add the calendars separately:
    Add an Outlook.com or other Exchange ActiveSync mail account to Outlook
    http://office.microsoft.com/en-us/outlook-help/add-an-outlook-com-or-other-exchange-activesync-mail-account-HA104025313.aspx
    If I misunderstood anything, please feel free to let me know and correct me.
    Thanks,
    Melon Chen
    Forum Support
    Come back and mark the replies as answers if they help and unmark them if they provide no help.
    If you have any feedback on our support, please click
    here

  • Importing Contacts from CSV without MS Outlook/Lot...

    I have PC Suite 7.0.8.2 running on WinXP Sp3 and have contacts in a spreadsheet that I need to import to my N95 software version 20.0.015. PC Suite Contacts (PCSC) is version 1.0
    If I save the spreadsheet data as a CSV, Unicode (or any other translation come to that) and attempt to import it via PCSC then Contacts "GPF"s and closes.
    If I export current phone contacts to a CSV file then I can re-import this file without problem. This exported file is reported by other applications such as Notepad and Open Office as being in Unicode format - hence my use of that format.
    Looking at my generated CSV and the one from PCSC the difference would seem to be quote marks. So I have tried making every element have a set of quote marks as the PCSC file has. Also setting the last element to each line to be a set of quote marks ("") as in the PCSC file. Or removing all "empty" elements at the end of a line as in the PCSC file. But still when attempting to import the file PCSC closes with an unexpected error.
    I don't have access to MS Outlook or Lotus Notes so using one of them as an intermediary is not an option. I do only need to do this once as I want my phone contacts to be the "Master" set once I've consolidated to the phone. That consolidation needs PCSC to manage to import from a CSV file though!
    Any one know how to make a "personally generated" csv file acceptable to PCSC?
    Solved!
    Go to Solution.

    So having spent a load more time attempting to do this I have, at last, managed to get the thing to work!
    So for any others having issues it seems that the data checking, when it finds an error just GPFs the application rather than report what it does not like! (Nokia people can you fix that?)
    All fields in the CSV should have " at the start and finish, even if nul/blank
    Every line should end in "" (as the heading line does when exporting from contacts)
    Phone numbers should not contain ( or ) but can contain +
    File should be saved in Unicode bigendian format (Notepad in XP can do that)
    Dates of Birth should be given as "YYYY-MM-DD"
    Any thing that notepad shows as a square should be removed
    I found that when doing the import the progress bar moved quickly to 49% then sat there until the operation was finished. It struck that the contacts were put onto the PC in the first 49% and then copied to the phone but I may be wrong about that.

  • Problem importing contacts from Outlook

    I maintain my address book in an MS Access database. I have defined a query that extracts the fields and records I want in my contacts list. My goal is to have the same contacts list in Outlook and on my iPhone. After exporting the query data to a CSV file and then importing the data from the CSV file to Outlook, I get all the records and all of the data in each record except the email fields.If I create a second high-level node in Outlook and import the contacts into a Contacts folder in that node, everything works correctly, including the email addresses. After multiple conversations with the Outlook gurus, they suggest that there may be something "special" about the regular contacts folder in Outlook because it is the one that iTunes "sees". Any suggestions will be greatly appreciated.
    iTunes 10.6.3.25 iPhone 4S MS Access 2003 Outlook 2003
    Thanks,
    Bob

    hello,
    are your contacts in the outlook contacts folder or are they in a subfolder of the Contacts folder ?
    The search box on top-right of this page is your true friend, and the public Knowledge Base too:

  • Moving Contacts from Windows XP Outlook to Mac Leopard Entourage

    Is this possible? Can you provide directions? I have Bootcamp if it helps. Thanks.
    Louis

    Latan:
    There is a way of importing contacts from Windows XP Outlook to Mac Leopard Entourage and that is by saving a file in a Text - comma separated values and then importing into Entourage.
    Here is how:
    1. Open Outlook in Windows
    2. Click on File and then *Import and Export*
    3. Choose *Export to a file* and hit Next
    4. Choose *Comma Separated Values (Windows)* and hit Next
    5. Then highlight Contacts and hit Next
    6. Choose a filename and a place to save the exported file and hit Next
    7. Confirm with a check mark next to *Export "Contacts" from folder: Contacts* and hit Finish
    The above will have generated a file with the exported contacts from Outlook. Remember its name and location on the HD.
    1. Open Entourage in Leopard
    2. Go to File and choose Import
    3. Place a check mark on *Contacts or Messages from a text file* and click the *Right Arrow* at the bottom right of the window.
    4. Place a check mark on *Import contacts from a tab- or comma-delimited text file* and click on the *Right Arrow* at the bottom right of the window.
    5. Locate the file that you created above and highlight it in the next window. Once done then hit Import
    That should bring in all the contacts into Entourage.
    The above instructions are for importing outlook contacts into Entourage (Office 2008 for Mac). If you have any other version then it should still work however the menu choices may be slightly different.
    Axel F.

  • I'm trying to import contacts from Outlook to mac address book. I've exported as a CSV but when i try to open with the Address book import tool, the file is greyed out and can't be imported

    I'm trying to import contacts from Outlook to Mac address book. I've exported as a CSV but when I try to open with the Address book import tool, the file is greyed out and can't be imported. Any ideas? 
    Thanks,
    Ian

    If you can't get the exported .csv file to work you might consider using Migration Assistant: http://support.apple.com/kb/HT2518, particular if you need to move more than just your contacts.  There is some granularity in the options on what to transfer but I'm not sure if you can choose to just your migrate contacts.

  • I can't import contacts from Outlook to Address Book

    I've tried to do the research before asking this question, but I can't get this to work. How do you import contacts from Microsoft Outlook to Address book? When I try to export from Outlook, the only option I have is .csv file, it doesn't give me an option to export as a vcard. I've exported to a .csv file and tried importing this into Address Book as a text file, and it opens up a window called Text File Import. When I click OK nothing happens. I'm new to the Mac world so I don't know what I'm doing wrong or what I'm missing. Any help would be greatly appreciated. Thanks.

    One way if you are still accessing an email account with Outlook is the following:
    In Contacts, click the contact you want to send as a vCard or select all to send all, and then on the Actions menu, click Forward as vCard.
    All contacts will be added to a new message created as separate vCard attachments. Send the message to an email account you are accessing with the Mail.app on the Mac.
    Create a folder on the Mac desktop or in your location of choice and save all vCard attachments received via email to this folder.
    Launch Address Book and at the menu bar, go to File > Import and select vCards navigating to the folder that contains the vCard files sent from Outlook.

  • How do you import contacts from outlook

    How do I import contacts from outlook to my macbook air?

    Actually downloaded to text file and was able to upload with no problem.

  • Importing Contacts from Outlook to Address (not answered in archives)

    This question will stump some of you! Before posting, I went gone through the archives and followed all the suggestions and have still not solved my problem...
    I have moved to Mac from PC and need to import over 2000 Contacts from PC running Outlook 2000 to my beautiful iMac (17 inch with an Intel chip running Mac OS X 10.4.7). All these contacts are organised on the PC filed with relevant Category entries and also a great many of these contacts have lots of information stored in the Notes section. Therefore, I need to insure that any imported contacts maintain the data of their relevant Category (which hopefully will become relevant Group in Address) and also must keep all the Notes data.
    The following suggestions came from me reading past postings on this bulletin board:
    I have tried exporting all contacts to vCards from Outlook via sending them as attachments to myself but the attachments are winmail.dat with Address cannot import as vCards.
    I have tried ABFiller on the .pst file generated by Outlook but the import to Address was corrupted and no contacts that were imported had any Category information or Notes.
    I have tried Address Book Importer but this only brought over five contacts!
    I have tried O2M but this too failed to import any contacts without losing the Category and Notes.
    I have tried PST Import Tool but this too corrupted my data.
    I have been able to sync my Palm with my PC and then my Mac using Missing Sync for Palm but none of the categories were carried over and none of the entries made in the year 2006.
    Anybody got any other suggestions???
    I guess the problem is that I am using a Mac with an Intel chip as the above suggestions seemed to work for other people.
    HELP!!! I am desperate to get my data into my Mac from my PC.
    Thanks,
    Chris

    Chris,
    I have tried exporting all contacts to vCards from Outlook via sending them as attachments to myself but the attachments are winmail.dat with Address cannot import as vCards.
    This is caused by sending your message as "richt text" from Outlook - if you send the message as plain text, the attachment(s) should come across properly instead of embedded within the dreaded winmail.dat file (IIRC, you will have to go into the properties of the recipient and unselect the checkbox saying "always send messages as rich text").
    Alternatively, you can use TNEF's enough to extract the actual attachments from the winmail.dat file.
    Another possible solution is to install Thunderbird on your PC. The first time you start TB, it will ask you whether you want to import your addresses (and messages) from Outlook. Once you have the addresses in TB, you can export them into a ldif file which you can then in turn import into the Address Book on your Mac.
    Andreas

  • 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!

  • I have imported contacts from Outlook to Mail and they have synced via iCloud to my iPhone 3GS. I can't get my iPhone to make a call using these contacts but if I dial the number of any of the contacts on the keypad, the call DOES work! Help me please!?

    I have imported contacts from Outlook to Mail and they have synced via iCloud to my iPhone 3GS. I can't get my iPhone to make a call using these contacts (it tries but then says call ended) but if I dial the number of any of the contacts on the keypad, the call DOES work! Help me please - is there something I need to do to the contacts because tehy came from Outlook? Thanks

    Thank you for replying.    Yes I deleted the old email address..   

  • Import contacts from old outlook 2013 to new Outlook 2013

    I recently had to get a new computer.  I removed the boot drive from the old computer and installed it as drive F on the new computer. This worked great in recovering my large data files.  However, drive F contains an instance of Outlook 2013
    as does drive C.  How do I copy to or import drive F's contact info to the new Outlook 2013 contacts?  I do not need the old email messages as I already have gotten them from the email service provider.

    Hi
    As per the information and details provided by you, to import contacts from old Outlook 2013 to the new Outlook 2013 please follow these steps: -
    Collect Files from the Old Computer
    First, you need the PST from your old computer. In most cases, they will be in the default location Outlook uses. To quickly access the default PST location outside of
    Outlook, paste this line in Windows Explorer’s address bar:
    %USERPROFILE%\Local Settings\Application Data\Microsoft\Outlook
    Copy the Files to the New Computer
    Now, you will copy the PSTs to the new computer. If you have several PSTs in the folder and are not sure which one is the one with your data, look at the file dates and
    file sizes. If you have 265KB PST files, they are empty and don’t need to be moved.
    Paste the following line into the address bar.
    %USERPROFILE%\Application Data\Microsoft\Outlook
    In this folder you will have the NK2, SRS, XML, outlprnt, and VBA project files.
    Open the AppData Roaming folder using the following command and copy the NK2 file to the folder.
    %APPDATA%\Microsoft\Outlook
    Create a Profile
    After the PST file is on the local drive, type mail in the start search field on the
    Start menu or go to Control Panel, Mail then opens the profile dialog. (If you use the
    Category view, mail is under the Users group; in Win 64-bit, Mail is under 32-bit application.
    Click the Show Profile button.
    Click Add to create a new profile.
    Enter a descriptive name for your profile.
    Enter the name you want to use for your display name, your email address, and your password.
    Add Your Existing Data File (PST) to the Profile
    If you have an Outlook data file PST, and you want to use with your new profile, then please follow these steps: -
    Select the newly created profile, then click Properties.
    Click Data files button to open Account Setting dialog to the Data files tab.
    Click Add then browse to your existing PST file.
    If the PST is a native Outlook 2003/2007 file type, choose the top entry for the Outlook Personal File. Click Ok.
    Select your existing PST file.
    You can enter a friendly name or just click OK to return the Account Settings dialog.
    Click the Sets as Default button. Select the PST Outlook created when it created the profile and click Remove. If you want, click Open folder to find and deletes this PST.
    I hope this information will be helpful for you.
    Thanks and regards
    Shweta@G

  • Importing contacts from pst into iCloud using Outlook 2010

    I am trying to import contacts from a PST file into iCloud by importing it with Outlook 2010's standard import tool.  I have set up iCloud on my desktop and have a node in my Outlook 2010 Contacts menu for iCloud.  There are about 2000 contacts in the PST, but the import completes with only 511 contacts every time.  The pop-up message at the end says "some items cannot be copied.  they were either moved or deleted, or access was denied."
    How can I troubleshoot this?  Or, is there an alternate way to bring these contacts into iCloud for use also in Outlook and my iPhone 4?
    Glenn

    i'm not sure this is possible. as far as i know you can only get contacts onto the ipod from either outlook OR windows contacts (which i think is only available with vista.)
    there is an app called funambol, which will allow you to sync your contacts to an internet server, your ipod, and your mobile phone, using wifi.
    Message was edited by: Anna Sandham

Maybe you are looking for

  • How do I move the photos in iPhoto to Lightroom ?

    How do I move the photos in iPhoto to Lightroom?  Thanks, I am a novice to Lightroom.

  • Mac Mail AUTOCOMPLETE vs. SEARCH?

    i am having fits with mac mail. does anyone know if the SEARCH box uses the same information as the AUTOCOMPLETE? i just tried to enter a person "giorgio" into an autocomplete to send them a mail and no autocomplete comes up. so then i go to the sear

  • Recording hd video on iphone 4, better in imovie app, or desktop?

    For some reason, my imovie recordedo on my iphone and imported looks worse on the desktop version than on the app. Anyone know what parameters or settings should be used to import the iphone 4 hd videos into the desktop version? I would rather use th

  • Document printing very very small in corner of page

    My pdf s are printing very very small in the corner of the Page.  This just started yesterday.  I cant figure out in any of my settings why this would have started.  It is also intermittent meaning that it does not happen with all documents.

  • Drop-down lists Form Calc

    Hi, I am new to Livecycle and am currently updating administration forms to make them interactive. I am having trouble with FormCalc for the expenses form. There are columns for kilometres, rate (drop-down list) and total. Basically I want 'kilometre