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 CiviContribute (Moderator: Donald Lobo) »
  • Contribution Import Parse Error
Pages: [1]

Author Topic: Contribution Import Parse Error  (Read 1225 times)

zzolo.ctc

  • Guest
Contribution Import Parse Error
November 25, 2008, 01:01:01 pm
I am importing data, first through Contact Import, then Contribution Import.  I am using an External ID to put the data together.

I create the External ID with the email address and a prefix.  For instance prefix-email@example.co.uk .  The External ID has to be truncated because of length constrictions.  There are a few instance where this gets truncated at a period (.) creating something like this:

prefix-emailaddress@example.co.

This gets imported into the Contact External ID field just fine.  But when importing the Contribution, the process truncates off the trailing period (.) (prefix-emailaddress@example.co).  This means that the External ID can't get matched up and importing can not be completed.

The first visual notice of this truncation is on Step 2 (Match Fields).

I have looked at the code but not quite able to find the point of failure yet.

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: Contribution Import Parse Error
November 25, 2008, 09:47:38 pm
"external_identifier" is stored in civicrm_contact,  it is varchar 32, so i guess if you make varchar 64 or your desired length it wont be truncated.

Hth

Kurund
Found this reply helpful? Support CiviCRM

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using CiviContribute (Moderator: Donald Lobo) »
  • Contribution Import Parse Error

This forum was archived on 2017-11-26.