Import contact to gMail

If I have a CSV file with me having contacts, is there any way which allow me to import that in to gmail using java code.

Well there is a third party utility API by which you can do this.
how do we do that ??
http://g4j.sourceforge.net/
http://www.octazen.com/product_abimporter.phpand please have a look on
http://g4j.sourceforge.net/doc/siuying/gm/GMConnector.html
http://g4j.sourceforge.net/doc/siuying/gm/structure/GMContact.htmlfor implementation point of view.
or the one which is provided by Google itself as a part of Google Data API Java Client.
http://code.google.com/apis/gdata/client-java.htmlHowever,you might have to provide respective Client Login details for any of the above stated API's.
Hope this might help :)
REGARDS,
RaHuL

Similar Messages

  • How can I import Contacts from Gmail to Facetime???

    I've just downloaded Facetime and am wondering how I can do a mass important of my contacts from Gmail so as to not have to enter every one individually. I can't find any instructions for this.

    Try here:
    http://www.google.com/support/mobile/bin/answer.py?hl=en&answer=138740

  • How can I bulk delete contacts from my iPhone 4S? I've imported contacts from gmail and hotmail, many of which I don't need. Deleting them individually will take ages, there must be a quicker way. Also, are my contacts taking up space on my iPhone or

    How can I bulk delete contacts from my iPhone 4S? I've imported them from gmail and hotmail and there are many more than I need. Deleting them one by one will take ages, there must be a quicker way! Also, do contacts take up space on the phone or are they stored remotely?
    Thanks.. J

    You should be syncing your contacts with an app on your computer or cloud service (iCloud, Gmail, Yahoo, etc), and not relying on a backup.  If you haven't been doing this, start now and then restore your old backup.  You will then be able to sync the new contacts back into the phone.  However, you will lose all messages, etc newer thant the backup.

  • Import contact from gmail yahoo hotmail aol using  jsp servlet

    hey can any one tell me the code to import contact list from gmail yahoo aol hotmail etc using jsp or servlet

    I guess you should look for these companies' Java APIs. Some of them (not sure if the ones you want) provides soap clients...

  • Import contacts from Gmail to new iphone?

    I have the original Motorola droid which does not support backup assistant, but i have all of my contacts in Gmail. How do i get my contacts from Gmail to my new Iphone?

    Here you go...
    http://www.google.com/support/mobile/bin/answer.py?hl=en&answer=138740

  • Import contacts from gmail

    How do you import your contacts from your gmail account to your IPHONE 5?

    http://support.google.com/mail/bin/answer.py?hl=en&answer=138740

  • How to import contacts from gmail to an account on iPad?

    How do i sync my contacts to a new account on the iPad?

    http://www.google.com/support/mobile/bin/answer.py?answer=138740

  • How do I import contacts from my gmail account to my phone

    How do I import contacts from my gmail account to my phone

    There are countless articles about this on the internet. Here is one. It works the same way on the iPad as it does on the iPhone.
    http://www.maciverse.com/add-gmail-contacts-to-ios-5.html
    Here are more ....
    http://www.google.com/search?client=safari&rls=en&q=transfer+gmail+contacts+to+i pad&ie=UTF-8&oe=UTF-8

  • How can I import all my gmail contacts into iPad? I use iPad mini and the solutions available on the web are not compatible.

    How can I import all my gmail contacts into iPad? I use iPad mini and the solutions available on the web are not compatible.

    Hello and thanks for the answer.
    I meant by "not compatible" that all the solutions that I found on the web did not work, especially the "Microsoft exchange" one.
    Fortunately I found on the comments of the first website you mentioned the right answer for me, which I copy below:
    Tap Settings > Mail, Contacts, Calendars > Add Account > Other > Add CardDav Account.
    Enter the following information in the fields:
    Server: google.com
    User Name: Enter your full Google email address
    Password: Your Google account password
    Select Next at the top of the screen to complete the setup.
    After you have completed the setup, open the Contacts app on your device. Syncing should begin automatically.
    Additional Information
    Note: Make sure that SSL is enabled (under Advanced settings), and that the port is 443.
    If you are using application based special password go to https://accounts.google.com/Se... and instead of your password put that special code and u r done.

  • Import Contacts from emails like hotmail, gmail,...

    Do you kno wany functions atht permit to import contacts from
    main emails (yahoo.com, hotmail, gmail, ...) if the user accepts to
    give his user and password .
    it is used to send invitations to diffrent users. A lot of
    sites begin to use that, it is completely viral and I found scripts
    for .net, c++, php, vb, .. but not for ColdFusion.
    It is comletely actaul to have this fucntion available since
    concurrent use it and I don't find any way to do it in Coldfusion
    except by using cfx_http5 but is does not use the API of the emails
    providers and is not easy to support( if the email change his
    design, the cfx_http5 function has to be corrected each time).
    I think it could help a lot of users to have this function
    available for Cold Fusion.
    Any idea ?
    Thanks.

    Don't get me wrong, I'm not saying it isn't possible, I was
    just mentioning that you might want to consider another option,
    giving the user a bit more control.
    I haven't seen any CF based solutions for what you are
    describing, but If you've found scripts in c++, consider turning
    that into cfx_tag. If you can find a Java based solution, that
    might be easier to integrate by installing the class/jar file and
    using cfobject.
    Screen scraping is probably the only option unless the target
    service provides an easily consumable source such as XML or through
    an API. In the case of a Yahoo Premium account, you can export
    contact information, such as to a CSV. You may also have to develop
    the authentication mechanism which might require the use of an API
    key along with some encryption mechanism (usually MD5) to encode
    the api key, userid, and password to obtain an authentication
    token.
    As far as "MySpace is doing it", there might be some behind
    the scenes agreements that have been worked out both from a
    technical as well as a legal aspect. I would suggest that you
    contact each service that you are planning on supporting with this
    feature directly. The response you get back should give you a
    pretty clear indication on what is allowed, assuming you can get
    past the "Customer Support" screeners.
    You mentioned that what you are attempting is temporary in
    nature, but can the user be 100% convinced that it is temporary?
    Unless the user has 100% access to your system to verify that the
    information hasn't been kept in a log or database, they can't be
    sure. Case in point, Disney is a well respected company but
    recently one of their employees was caught in an Identity Theft
    Scheme. (
    http://www.identitytheft911-newdimensionsfcu.com/alerts/alert.ext?sp=996)
    A user's permission doesn't mean that you haven't violated
    the services "TOS" . While there are coding applications in other
    langages that can perform email harvesting, that doesn't
    necessarily mean that they are legal just because they exist.
    Here's an excerpt from the Yahoo Developer docs on the Mail
    API (
    http://developer.yahoo.com/mail/docs/html/index.html)
    . Item 2, while it specifically states "User Data", the
    contents of the address book could be easily construed as user
    data.
    1. You must use the Browser Based Authentication API to
    enable access to the user's Yahoo! account through your
    Application.
    2. You may not use the Yahoo! Mail Web Service API to mine or
    scrape user data from the user's Yahoo! account.
    3. You may not use the Yahoo! Mail Web Service API to
    recreate a mimicked version of Yahoo! Mail on your site.
    4. You may not use the Yahoo! Mail Web Service API to display
    the user's Yahoo! account information in a third party email
    client.

  • Import contacts from Google gmail into iPad2?

    How do I import contacts from Google gmail into the iPAD2?

    If you have push enabled it means emails are delivered to your phone instantly. So, instead of opening the app to check for mail your phone will buzz and bing when you get a new mail, as soon as it arrives in your mailbox.
    This is great for me as a business owner as it tells me the moment an email, which is possibly an enquiry arrives in my mailbox. Also means Im not constantly going into my mail looking for mail, it comes to me.
    This does reduce your battery life but ive not noticed much of a drain.
    Push also means any changes you make to your contacts either on the web or the phone are instantly pushed back. So, you could add a new contact on your computer in Gmail and voila! it appears on your phone in an instant.

  • HT2500 Can I import my contacts from Gmail into Apple mail (Snow Leopard)?

    Can I import my contacts from Gmail into Apple mail (Snow Leopard)?

    That says Reset Documents and Data, not Contacts.
    I want you to go to www.icloud.com, login and see how many contacts are there, because they are all the iCloud contacts. Any contacts that are not there, are not on iCloud.

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

  • What is the best way to import contacts from a spreadsheet to my iphone 4S

    Hi,
    I have around 20,000 contacts that I wish to import onto my iphone 4S.
    I am currently compiling a spreadsheet from all different sources. I am based in the UK.
    Would there be any format that I need to used?
    Is there some sort of application that can be usedto import contacts from different sources?
    Thanks guys!

    The only way you're gonna get your contacts into the iPhone contacts app is by syncing them through iTunes, from a supported contact application on your computer, or through an Exchange setup like Gmail. So, you will have to get these contacts into Oulook, Windows Address Book, OS X Address Book or in the "cloud".

  • 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

Maybe you are looking for

  • Printing problems with HP LaserJet 6MP

    Does anyone know if there is a way for my old HP Laserjet 6MP printer to work with my new IMac? It has a 8 pin serial connector and HP no longer offers support for this older printer. They have suggested I buy a HP JetDirect 500x J3265A but those are

  • Song wont play in iTunes - computer needs authorization but is already authorized?

    I click to play a song in iTunes (which also purchased from iTunes) but am shown the message "This computer is not authorized to play [song title]. Would you like to authorize it now?". I enter in my username and password to authorize and am told "yo

  • Material master data connect to custom data

    Hi Experts,      I have transfer material master data from ECC to GTS,I also have created tariff code in GTS system, but I just know to connect them by manual, Can anybode tell me ,How to connect them by mass ?

  • ISE - Mass Delete Alarms

    Anyway to do a single mass delete of alarms ?             "Satisfaction does not come from knowing the solution, it comes from knowing why." - Rosalind Franklin ‎"I'm in a serious relationship with my Wi-Fi. You could say we have a connection."      

  • Reand and write object data to / from file

    Hi I have my application data stored in a hierarchical set of objects. I want to store that information to a file and later retrieve it to objects again. The object data consists of Strings, Doubles, etc., but it may contain other data as images. How