CiviCRM Community Forums (archive)

*

News:

Have a question about CiviCRM?
Get it answered quickly at the new
CiviCRM Stack Exchange Q+A site

This forum was archived on 25 November 2017. Learn more.
How to get involved.
What to do if you think you've found a bug.



  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using Core CiviCRM Functions (Moderator: Yashodha Chaku) »
  • Other strategies for exporting contacts?
Pages: [1]

Author Topic: Other strategies for exporting contacts?  (Read 752 times)

jase700

  • I post occasionally
  • **
  • Posts: 57
  • Karma: 3
Other strategies for exporting contacts?
August 26, 2010, 04:32:35 am
I have a reasonably sized contact list ~175,000.  I cannot get even a modest ~40k subset to export.  I really only care about the e-mail addresses, not all of the address fields, etc.  If I simply wanted to export e-mails, is there a way to do it using mysql?  For example, just dumping the contact table (or other necessary tables) and importing them using a tool like phpmyadmin?


emilyf

  • Ask me questions
  • ****
  • Posts: 696
  • Karma: 54
  • CiviCRM version: 2.x - 4.x
  • CMS version: Drupal 5, 6, 7
Re: Other strategies for exporting contacts?
August 26, 2010, 05:09:58 am
if you are using phpmyadmin you could do the following:

go to civicrm_email table and run:
SELECT `email` FROM `civicrm_email`;

then scroll down to hte bottom of the results page and under 'Query results operations' choose 'export'. and on the next page you can choose how many results you want to export.

Donald Lobo

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 15963
  • Karma: 470
    • CiviCRM site
  • CiviCRM version: 4.2+
  • CMS version: Drupal 7, Joomla 2.5+
  • MySQL version: 5.5.x
  • PHP version: 5.4.x
Re: Other strategies for exporting contacts?
August 26, 2010, 07:17:42 am

Note that we've fixed the export "scalability" issue in 3.2

u should be able to export the 175K / 40K list (will take a fair amount of time)

lobo
A new CiviCRM Q&A resource needs YOUR help to get started. Visit our StackExchange proposed site, sign up and vote on 5 questions

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using Core CiviCRM Functions (Moderator: Yashodha Chaku) »
  • Other strategies for exporting contacts?

This forum was archived on 2017-11-26.