Book Image

CiviCRM Cookbook

Book Image

CiviCRM Cookbook

Overview of this book

CiviCRM is a web-based, open source, Constituent Relationship Management (CRM) software geared toward meeting the needs of non-profit and other civic-sector organizations.Organizations realize their mission via CiviCRM through contact management, fundraising, event management, member management, mass e-mail marketing, peer-to-peer campaigns, case management, and much more.CiviCRM is localized in over 20 languages including: Chinese (Taiwan, China), Dutch, English (Australia, Canada, U.S., UK), French (France, Canada), German, Italian, Japanese, Russian, and Swedish.CiviCRM Cookbook will enhance your CiviCRM skills. It has recipes to help you use CiviCRM more efficiently, integrate it with CMSs, and also develop CiviCRM.This book begins with recipes that help save time and effort with CiviCRM. This is followed by recipes for organizing data more efficiently and managing profiles.Then you will learn authentication and authorization and managing communication with contacts.Then you will be guided on using the searching feature and preparing reports. We will then talk about integrating Drupal and CiviCRM. You will also be taught to manage events effectively. Finally, learn about CiviCampaign, Civimember, and developing CiviCRM.
Table of Contents (19 chapters)
CiviCRM Cookbook
Credits
Foreword
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Using Google Refine to create a unique ID


Having a unique ID for your data is important. When you first import your data into CiviCRM you can store this unique ID in the External Identifier field. When you subsequently update this data, you can use the external identifier as the field on which to match records. But sometimes you simply don't have a unique ID for contact data you want to import into CiviCRM.

How to do it…

Here we will use Google Refine to create our unique ID. Once we have this, we can use it to match contact data during CiviCRM import operations:

  1. Download Google Refine from http://code.google.com/p/google-refine/wiki/Downloads?tm=2.

  2. Import data from CSV, Excel, or a variety of other files into Google Refine to see how the import mechanism works. It may look something like this:

    You can see that we cannot use Last Name values as a unique identifier as it is not unique. If we did an import using the last names, CiviCRM would only update the first matching record it found.

    A combination...