Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6971971
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T16:54:28+00:00 2026-05-27T16:54:28+00:00

I want to export my contacts from gmail into a csv file.. Then upload

  • 0

I want to export my contacts from gmail into a csv file.. Then upload that onto my server. Now, I want my app to be able to import the csv from my server and save into the app. Because my contacts list gets updated often, therefore I would like the app to be updated. Basically I want my app to be like the iPhones AdressBook. But when a name is clicked it opens up mail app and allows a message to be sent to the contact.

Is this possible, and how may I go about accomplishing this ?

Thank You.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T16:54:29+00:00Added an answer on May 27, 2026 at 4:54 pm

    The short answer is “YES”, but a lot of this depends on how you want to store your contacts in your application (i.e. this answer could change from one application to the next, and nobody here knows what your application does or how it implements details).

    But to get started, you could load the CSV file into a NSString object via:

    NSString * myCSVfile = 
        [[NSString alloc] initWithContentsOfURL: [NSURL URLWithString: @"http://www.myserver.org/mycontactsfromgmail.csv"]];
    

    and then split the contacts into an array via:

    // We're assuming you are using commas to separate the gmail addresse
    NSArray * myGMailContactsArray = [myCSVfile componentsSeparatedByString: @","];
    

    And using this array, you can store your gmail contacts into your app any way you wish.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I want to export data from my application into a csv file. I found
I have a simple report that I want to export to a CSV file.
I want to export the datastore that I have running in App Engine into
I want to export all my facbeook contacts into .CSV format or any other
i want to Export MYSQL data into Excel/CSV via php. so that i can
I want to export the data from a DaraGrid into an Excel file. Having
I've got a load of DataTables that I want to export into several Excel
I want to export data from a table to a specifically formatted XML file.
I want to Export in charts & datagrid data into different file formats -
So I want to export the data from one list into another so I

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.