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 Import (Moderator: Yashodha Chaku) »
  • import with mysql
Pages: [1]

Author Topic: import with mysql  (Read 1975 times)

businessbroker

  • Guest
import with mysql
December 02, 2008, 12:56:01 am
I have to import files with more of 3000 and also with more of 10000 emails only, but the import tool is goign with sessions of only about 600-1200 records per time also with emaisl oly.
How I could simply import emails with phpmyadmin, associated to them tags?
atually I'm founding in my civicrm :
8852 emails in civicrm_email table
and
729 emails in civicrm_contact table
importing only emails, in which table I have to import them by hand?
« Last Edit: December 02, 2008, 01:33:06 am by businessbroker »

Kurund Jalmi

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4169
  • Karma: 128
    • CiviCRM
  • CiviCRM version: 4.x, future
  • CMS version: Drupal 7, Joomla 3.x
  • MySQL version: 5.5.x
  • PHP version: 5.4.x
Re: import with mysql
December 02, 2008, 03:13:16 am
May be you can write you own import script using CiviCRM api's. Check api's documentation on: http://wiki.civicrm.org/confluence/display/CRMDOC/API+Overview

Kurund
Found this reply helpful? Support CiviCRM

Denver Dave

  • Ask me questions
  • ****
  • Posts: 471
  • Karma: 9
Re: import with mysql
January 12, 2009, 12:17:44 pm
I've wondered about this also.  I ran into a similar issue with importing phpbb records where it would time out.  We used a utility http://www.ozerov.de/bigdump.php .  I realized this handles mySql imports in segments, but maybe the idea could be adapted to CiviCRM .csv imports.

Dave

businessbroker

  • Guest
Re: import with mysql
January 12, 2009, 12:27:21 pm
here some free codes to transofrm a csv file in mysql tables:
http://projects.comu.edu.tr/csv2mysql/
http://freshmeat.net/projects/csv2mysql/
http://www.csv2mysql.com/

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using Import (Moderator: Yashodha Chaku) »
  • import with mysql

This forum was archived on 2017-11-26.