Exporting DonorPerfect Online for CiviCRM » History » Version 1
Jon Goldberg, 08/01/2017 07:10 PM
| 1 | 1 | Jon Goldberg | # Exporting DonorPerfect Online for CiviCRM |
|---|---|---|---|
| 2 | |||
| 3 | {{>toc}} |
||
| 4 | |||
| 5 | ## Terminology |
||
| 6 | |||
| 7 | Here is some DPO terminology converted to Civi terminology: |
||
| 8 | **Gifts:** Contributions |
||
| 9 | **Links:** Relationships |
||
| 10 | **Contacts:** Activities |
||
| 11 | **Donor ID:** Contact ID |
||
| 12 | |||
| 13 | ## Exporting Contact Data |
||
| 14 | |||
| 15 | Data on the "Main" and "Bio" tabs can be exported to CSV by going to DPO's **Reports » Easy Report Builder**. [Full instructions](https://support.neoncrm.com/hc/en-us/articles/218530457-Exporting-Data-from-DonorPerfect) are available on the NeonCRM site. You can also export Gifts, Contacts (Activities) and additional addresses from here. |
||
| 16 | |||
| 17 | Note that for option value (multiple choice/dropdown) fields, you can export the "Code" and/or "Description", which in CiviCRM correspond to the "Value" and "Label" of the option value. |
||
| 18 | |||
| 19 | ## Exporting Links (Relationships) |
||
| 20 | |||
| 21 | There is a pre-built report to do this - but it exports data in terrible shape. |
||
| 22 | * Go to DPO's **Reports menu » Report Center**. |
||
| 23 | * Click **Listings** in the left pane. |
||
| 24 | * Select **Open** next to the *Relationship/Links List*. |
||
| 25 | |||
| 26 | This report only exports to "Excel" - while it opens in Excel, it's actually an HTML table. It also contains data in a very difficult format to work in. See the Megaphone Tech [Kettle Github repo](https://github.com/MegaphoneJon/civicrm_kettle_transforms/tree/master/donorperfect) for a transform that will convert these to a Civi-ready format. |