Import csv file to address book

I am migrating from outlook to Thunderbird. The import all mails and addresses is not working. So I exported by email addresses from my server to a csv file. I imported the csv file in Thunderbird. I have to OK every address for the import. Is there a way to import in one click

If you exported all your contacts to a single csv file, you should be able to import the file in a single step, although you may have to edit the csv file before doing so:
https://support.mozilla.org/en-US/questions/1012084

Similar Messages

  • Can't import csv file to Address Book - "file you selected not valid" error

    I'm trying to import a CSV file of names and addresses to Address Book but it keeps telling me "The file you selected does not appear to be a valid comma separated values (csv) file nor a valid tab delimited file."
    Even using this simple test data saved in a txt file:
    John,Doe,London
    Jane,Doe,Dallas
    Anyone know a reason why the file could be not valid?
    Thanks, Mark

    Your file needs to have the .csv extension on the end, so that Address Book knows how to interpret it.

  • Can't import csv document into address book

    Hi folks, I can't import a csv document into address book. Just get a spinning wheel. I am an OSX 10.5.9 (Leopard) I exported a csv file from Excel then tried to import but nothing happens except a spinning wheel some times.
    Any thoughts?
    Thanks in advance.
    Ed Carreon
    http://www.carreonphotography.com

    You need to have setup your document with the appropriate fields for each piece of data, otherwise Address Book can't import it. If you take your current Address Book and export all the contacts as a single vCard file, then use this online tool (http://labs.brotherli.ch/vcfconvert/) to convert them to a CSV file, you can open the result in Excel or Pages to see how your document should be setup when you export it to CSV for importing into Address Book.

  • Importing text file to address book?

    I created a text tab-delimited file for import. From within Address Book, ran "Import". Matched up field names. All looked good. When I clicked on "OK" basically very little happened. After a few seconds the blue OK button became clear but nothing else. I advanced another record, clicked OK on it and same few seconds then nothing. I expected all the records to be imported.
    In any case, tried this individually with a few records, then checked the Address Book and none of the info was in there.
    Is this some kind of bug? I don't see that I did anything that was wrong with the import.
    Advice appreciated.
    Richard

    Not sure if this helps, but ...
    I made a quick text file to see if I could duplicate your problem. I put in three lines, the first with field names (First, Last, Work) and the other two with corresponding data. The values within each line were tab separated. When I ran AB's import I had to match up the third field to correspond with email (work). I flicked through the displayed records (all two of them!!) and they displayed as contact cards. I then clicked OK, and unlike your description, the import dialogue immediately vanished. The records were correctly imported.
    When you look at the records in the import dialog do they all display correctly?
    Could it be a 10.4.3 issue?
    After attempting to do the import, has your contact count gone up?
    What happens if you select the "last import" group?

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

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

  • Import csv file in Address Spaces in an Exchange 2007 Send Connector

    hello , i must put more than 300 domains in the addres space of a Send connector.
    is possible have a csv file with the 300 domains and a powershell script to import this file in the address space of one send connector?
    example csv file :
    cepsa.es
    repsol.com
    parsi.es
    Regards
    Thansk in advance
    mcse 200x + mesaging 2000 2003 2007 2010

    Hi
    At First, you CSV should be set as the format like
    Name
    cepsa.es
    repsol.com
    parsi.es
    If you would like to set a new Send Connector. you can simply do
    New-SendConnector -Name ConnectName -AddressSpace ((Import-CSV <PathOfCSV>) | ForEach {$_.Name})
    If you would like to add to a Send Connector that already existed, Please run
    $al = (Get-SendConnector -Identity <ConnectName>).AddressSpaces
    $al += (Import-CSV <PathOfCSV>) | ForEach {$_.Name})
    Set-SendConnector -Name ConnectName -AddressSpace $al
    Cheers
    Zi Feng
    Zi Feng
    TechNet Community Support
    The first script is still working as it should under Exchange 2013 when a send connector is created for the first time.
    The second part of adding (or removing)  address spaces from an existing send connector was a little bit trickier.
    the following script did it:
    Get-SendConnector "ConnectorName" | Set-SendConnector  -AddressSpace ((Import-CSV <PathOfCSV>) | ForEach {$_.Name})
    Watch out! this command also removes domains which are not present in the csv file!

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

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

  • Easiest way to import a bunch of addresses from text file to address book?

    What is the easiest way to import text files to address book?
    I have a Microsoft Word file with all of my addresses set-up like this:
    Johnny Appleseed
    Apple Computer
    1234 main St.
    Anytown, CT 06905
    203-321-4709
    [email protected]
    Is there some easy way to get them in there without having to copy & paste into each individual field.
    Thanks!

    See this thread.
    AK

  • WISH TO TRANSFER FILES AND ADDRESS BOOK FROM WINDOWS 98PC TO NEW IMAC.

    HOW TO TRANSFER FILES AND ADDRESS BOOK FROM WINDOWS PC 98 TO IMAC .

    For addresses, general answer is to use Export function in your PC program and export in .csv (comma separated value) format. Then open Address Book app on new iMac and choose Import from File menu and locate the file you exported (on USB stick, or by email, for example). Should work! You've heard that before, right?
    This page includes how to transfer files, among other questions that might arise. http://www.apple.com/why-mac/faq/

  • How to import csv-file in Numbers 3.2.2.

    I start using Numbers in stead of Excel. I would like to import csv-files from my bank, but when I open the csv-file in Numbers, everything is imported in the same cell. I composed a testfile: 01/08/2014,”text”,”more text”,”even more text” in Pages, exported to a textfile and changed the extension from .txt in .csv. It did not help, everything was in the same cell. What must be changed to become successful in importing csv-files? I am using Numbers 3.2.2. and an iMac with 2,8 GHz Intel Core i7 processor and 8 GB 1067 MHz DDR3 memory with OS X 10.9.4.
    Thanks, Joan Voormolen

    You can do this using Pages. Without using outside scripts or functions. The Pages Find/Replace function will let you change the delimiter on the data in your file.
    Open the file in Pages. Click Show Invisibles. (this will show you the delimiter used in the file)
    If you see a * as the delimiter, that is a space. Some data files are space delimited. This is a really poor way to delimit numerical data files.
    If you see a fat arrow to the right, the file is Tab delimited
    Obviously, a comma is not a hidden character. Some files are comma delimited
    Whatever else might have been used as a delimiter (for example a semi colon is sometimes used) will be apparent.
    The delimiter should be something that is not used anywhere else in the "data"... text, numbers, etc., you want to delimit. Numbers considers a comma as a valid delimiter for files with the suffix .csv . It considers a tab as a valid delimiter with files with the suffix .txt . It does not consider spaces a valid delimiter in with any file suffix. But some programs use odd delimiters (semi colon, colon, double spaces, etc) as delimiters.
    Use the Find command, then Find/Replace as you need to create that delimiter numbers recognizes. Let's say a semi colon was used as a delimiter. Enter the current delimiter (semi colon)  into the Find box. Pages should highlight all the instances of your entry. Enter a comma (to create comma delimited data file) in the Replace box. You should now see a comma as the delimiter.
    Important Don't forget, any other comma used in the file will also be considered a delimiter. (a comma in 1,000 for example). So check the data. If you see a comma used another way you will want to eliminate that BEFORE you do the "comma as delimiter" replacement. If you have 1,000, do a find/replace with comma as the find, nothing as the replace, first. THEN do the replacement of the semi colon.
    Now comes the "tricky" part from what I could see. You want to save this new file with a suffix of .csv. (Export the file) Numbers will only open a comma delimited file with separated data (by comma) if it's suffix is .csv. Pages only gives you limited export options and puts the file suffix on for you automatically. CSV is not one of the options!
    Choose Text. Pages will name the file .txt. Quit Pages. Go to the file on your desktop (or wherever you saved it). Change the file suffiix from .txt to .csv.
    That's it. Open the file with Numbers. Numbers will create a separate column for everything between the comma's.
    You can use this same method to alter your data file before you import it into Numbers. For example, one file I wanted to import had time=xxx . I only wanted the actual time, not the text attached to it, in my spreadsheet. I did a find/replace with "time=" as the find. A comma as the replace. Even though "time=xxx" is one "word", Pages identified the "time=" within the word to allow the replacement.
    Numbers does not provide a "choose delimiter" function when opening a file. Instead it automatically uses the standard delimiter based on the file suffix. CSV means Comma, so if the file is named .csv it will only look for and use a comma as the delimiter to put the data into separate columns. I believe .txt uses only a tab as the delimiter. In the above example you could find/replace to a Tab. Then Export to Text. And numbers will open the data into columns the way you want, without the extra step of renaming the file on your desktop.
    While some files use a second space (ie two in a row) as a delimiter that's a nasty way to delimit. You always want a specific delimiter that is not used within the data element.
    The above is to import numerical data into separate columns. You could use the same method to manipulate a file that contains text. Let's say you had a file with the suffix .txt. In the file are names and addresses.  John Smith 246 Rose Road . You want Name in one column. Address in another.  Look at all the spaces, which ones should be delimiters which not? Are there any delimiters in the file?
    If you open with Pages and choose show invisibles you can see. You might see John Smith --> 246 Rose Road. (the --> will look like a fat arrow in Pages). Numbers will open this file, IF it has .txt as the suffix, based on the Tab,  with name in one column, Address in another.
    Or you might see John*Smith**246*Rose*Road. Even though the creator of this intended two spaces to be a delimiter Numbers does not recognize that. Numbers will put everything into one column. The fix? In Pages, put a tab between name and address. Find/replace two spaces with Tab. Export, as Text.
    Based on what you see (with show invisible active) in Pages, you can use the Find/Replace function to create the specific delimiter you want (tab or comma). You can use that function to manipulate the file easily so the data you want shows up in separate columns. You may need to get clever to accomplish the unique delimiters. You might even need to do two passes with Find/Replace.
    In the instance above  if there was only one space between each element. (not two as a pseudo delimiter) You could replace all spaces with a tab in Pages. Export as Text.  Numbers will open that file with a column for each word (one for John, one for Smith). Then  "Merge" the two cells (columns) you want to put back together. 

  • Is there a way to import my yahoo mail address book?

    Is there a way to import my yahoo mail address book?

    AddressBook shouldn't have any problem with the vCard format - which Yahoo can export to... In fact, I've done this before.
    On the Yahoo AddressBook page, click the link for 'Import/Export'
    On the next page, in the export section, choose 'vCard single file'
    Then in AddressBook, you can simply drag the vCard to the window or go to File>Import>vCards...

  • How to import a picture in Address Book from iPhoto?

    Hello all,
    How do I import a picture to one of my contact files in Address Book. Before, you could just import one of the pictures from the iPhoto Library, but now after the iPhoto updates, the library seems to be just one file. Were are the original pictures stored?
    Any help welcome, regards and thanks for all the good work on these forums.
    Joost

    No need to "import". Just find the photo in iPhoto (i.e. within the application), click it once so it's highlighted with a blue outline, then select Edit menu > Copy (or just ⌘-C). Go to Address Book, select the contact, click the Edit button at the bottom, click once on the blank photo icon so it's highlighted with a blue outline, then select Edit menu > Paste (or just ⌘-V).
    FYI, the original iPhoto images are stored as individual files, in ~/Pictures/iPhoto Library/Originals/subfolders.
    Hope this helps...

  • Mav Contacts does not import csv file

    Trying to import my Outlook exchange contacts to Mavericks Contacts.  Exported from outlook to excel. Saved excel file to csv format.  Tried to import csv file to Mavericks Contacts:  Error message says the csv file is not compatible.  Also imported the csv file to Numbers and saved again as another csv file.  Same error message.  Suggestions?

    The following was copied from the Contacts Help.
    Import contact information saved or exported from other apps. The files can be in LDAP Interchange Format (LDIF) or text format (tab-delimited or comma-separated value (CSV)).
    If you’re importing a tab-delimited or CSV file, make sure it’s formatted correctly using a text editor such as TextEdit.
    Remove any line breaks within a contact’s information.
    Make sure that fields in a tab-delimited file are separated by a tab, instead of by another character. Don’t include spaces before or after tabs.
    Make sure that fields in a CSV file are separated by a comma, instead of by another character. Don’t include spaces before or after commas.
    Make sure all addresses have the same number of fields. Add empty fields as needed.
    In Contacts, choose File > Import, select the file, change the encoding if necessary, then click Open.
    If you’re importing a text file, review the field labels.
    If the first card contains headers, make sure the headers are correctly labeled or marked “Do not import.” Any changes you make to this card are made to all cards in the file. To not import the headers card, select “Ignore first card.”
    To change a label, click the arrows next to the label and choose a new label. If you don’t want to import a field, choose “Do not import.”

Maybe you are looking for

  • Windows 2008 R2 RODC + Branch Office

    I'm looking at utilising a new RODC in a small branch office but I have a copuple of queries that hopefully someone can point in the right direction. Is it possible to move a RODC to a new Site / Subnet like you can with a normal DC. I plan to build

  • Mac Mail updated, lost all my emails, iPhone gets emails, iMac doesn't.

    Hi I booted my mac which seemed to do some kind of update (this was a few days ago) and mac mail was also updated. However it lost one of my email accounts during the process and all my sent items are gone. I can still find them using spotlight but t

  • Create multiple deliveries against the same customer return order

    I want to create multiple deliveries against the same Customer return order. But once the RF transaction is run it closes all the lines.  We need to be able to receive multiple times against the same RA number and create different deliveries. Any ide

  • How to open notepad from sql prompt?

    Hi to all can anyone please let me know how to open notepad from sql prompt. I tried ed command but message appears " Cannot create save file "afiedt.buf" thanks in advance

  • I have purchased cc and can't install any apps?

    I have purchased CC and have downloaded the Creative Cloud set up.  When I log into my adobe account, go to desktop,select Premiere Pro, download, it asks to select a link to launch the app, I have clicked Creative Cloud URL handler.  Nothing happens