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) »
  • Error with CiviEvent import
Pages: [1]

Author Topic: Error with CiviEvent import  (Read 1916 times)

Michael McAndrew

  • Forum Godess / God
  • I live on this forum
  • *****
  • Posts: 1274
  • Karma: 55
    • Third Sector Design
  • CiviCRM version: various
  • CMS version: Nearly always Drupal
  • MySQL version: 5.5
  • PHP version: 5.3
Error with CiviEvent import
December 14, 2008, 11:38:58 am
Hi there,

Anyone know why this isn't working on the Sandbox (or on my 2.1.2 test site)?

The following CSV file...
Code: [Select]
"Event ID","Individual ID","Fee Amount","Participant role","Participant status","Registered date"
3,110,0,Attendee,Attended,20081201

generates the following error when you try and import it using CiviEvent > Import Participants...

Code: [Select]
Missing required field(s) :Event

Thanks for help - happy to also report this as an issue if it is a bug.

Michael

Service providers: Grow your business, build your reputation and support CiviCRM. Become a partner today

Kiran Jagtap

  • Ask me questions
  • ****
  • Posts: 533
  • Karma: 51
Re: Error with CiviEvent import
December 14, 2008, 09:44:55 pm
currently it is a bug.
To import given record please do some changes in field sequence
Event ID should not be at first place, keep Individual ID at first place
ie
Code: [Select]
"Individual ID","Event ID","Fee Amount","Participant role","Participant status","Registered date"
110,3,0,Attendee,Attended,20081201
You Are Designed To Choose... Defined By Choice.

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: Error with CiviEvent import
December 14, 2008, 10:50:40 pm
Seems to be bug, hence filed: http://issues.civicrm.org/jira/browse/CRM-3938

thanx,

Kurund
Found this reply helpful? Support CiviCRM

Michael McAndrew

  • Forum Godess / God
  • I live on this forum
  • *****
  • Posts: 1274
  • Karma: 55
    • Third Sector Design
  • CiviCRM version: various
  • CMS version: Nearly always Drupal
  • MySQL version: 5.5
  • PHP version: 5.3
Re: Error with CiviEvent import
December 15, 2008, 04:08:09 am
Grand - that worked.  Thanks!
Service providers: Grow your business, build your reputation and support CiviCRM. Become a partner today

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

This forum was archived on 2017-11-26.