Project

General

Profile

Exporting Salsa for CiviCRM » History » Version 15

Jon Goldberg, 09/21/2014 01:15 AM

1 1 Jon Goldberg
h1. Exporting Salsa for CiviCRM
2
3 2 Jon Goldberg
When logged in as a Manager, "Query/Export" will give you a full export of contact data.  There's a "Select My Entire List" button.  There's also an "include my deleted supporters" checkbox, which you may want to check (but probably not).  This will NOT get you groups/tags.
4 1 Jon Goldberg
5 14 Jon Goldberg
h2. Exporting Data not on the Contact Entity
6 2 Jon Goldberg
7 7 Jon Goldberg
You need to get to custom reports.  If you have the Reports tab, great; if not, you can get there by clicking "Supporter Management" tab, then "Built-in Reports", then "Clone and Edit" a report, then select "List Custom Groups".  Or go straight here: https://hq-org.salsalabs.com/dia/hq/reports/list.jsp?table=report
8 1 Jon Goldberg
9 8 Jon Goldberg
*Important*: When selecting foreign keys (e.g. "Supporter KEY") from the Columns tab, be sure to give a custom label.  This will cause the key to display correctly, instead of giving a link to the supporter's record.
10
11 11 Jon Goldberg
h3. Groups
12 12 Jon Goldberg
13 3 Jon Goldberg
* Create a new report.
14
* Select the type of report you would like to create: Standard report
15
* Use "Advanced Object Chooser".
16 9 Jon Goldberg
* Report "Supporter Groups", then "Groups".  Press "Save".
17 1 Jon Goldberg
* Select the "Columns" tab and select your columns.  I like just "Supporter Key" and "Group Name".
18 7 Jon Goldberg
* In Conditions, "Group Name" should be "Not Empty".
19 4 Jon Goldberg
* Save, Run the report.
20
* Click the "Export" link.
21 1 Jon Goldberg
22 11 Jon Goldberg
h3. Tags
23 12 Jon Goldberg
24 5 Jon Goldberg
* Create a new report.
25
* Select the type of report you would like to create: Standard report
26
* Use "Advanced Object Chooser".
27
* Report on "Tags", then "Tags Data", then "Database Table".  Press "Save".
28
* Select the "Columns" tab and select your columns.  I like just "Tag" and "Table Key".
29 1 Jon Goldberg
** "Table Key" is the Supporter Key.  It's similar to "entity_id" in CiviCRM.
30 7 Jon Goldberg
* In "Conditions", "Table Name" should equal "supporter".
31 10 Jon Goldberg
* Add another condition: "Tag.Tag" is "Not Empty".
32 1 Jon Goldberg
* Save, Run the report.
33
* Click the "Export" link.
34
35 11 Jon Goldberg
h3. Events
36 1 Jon Goldberg
37 15 Jon Goldberg
As above, but no conditions, and report on the "Event" table.  If you're only importing legacy events, this is a good list of easy fields to import:
38
Event KEY
39
Reference Name
40
Event Name
41
Description
42
Start
43
End
44
Deadline
45
Maximum Attendees
46
47
48 11 Jon Goldberg
h3. Participants
49
50
h3. Activities (aka "Actions")
51
52
53
h3. Chapters
54 12 Jon Goldberg
55 7 Jon Goldberg
* Create a new report.
56 1 Jon Goldberg
* Select the type of report you would like to create: Standard report
57 7 Jon Goldberg
* Use "Advanced Object Chooser".
58 8 Jon Goldberg
* Report "Supporter Chapter", then "Chapter".  Press "Save".
59
* Select the "Columns" tab and select your columns.  I like just "Supporter KEY" and "Chapter.Name".
60
* In Conditions, "Chapter.Name" should be "Not Empty".
61 5 Jon Goldberg
* Save, Run the report.
62 1 Jon Goldberg
* Click the "Export" link.
63
64 7 Jon Goldberg
h3. Receive_Email field
65 1 Jon Goldberg
66
Here's a TSV of how to interpret the "Receive_Email" field.
67
code	# of records	meaning
68
-24	11066	INACTIVE: (5.1.1 User Unknown) 
69
-26	1265	INACTIVE: Address contains RFC spec. invalid characters / is improperly formatted 
70
-3	10596	INACTIVE: UNSUBSCRIBED (actively unsubscribed by user) 
71
-30	8	INACTIVE (Reported as Spam): Other Blacklist (BLACKLIST) 
72
-32	11	(Unknown Status) 
73
-35	1	INACTIVE (Reported as Spam): Outblaze 
74
-4	1	(Unknown Status) 
75
-42	349	INACTIVE (Recipient Initiated Spam Report): MSN/Hotmail/WebTV 
76
-44	10	INACTIVE (Recipient Initiated Spam Report): UNTI (Juno/NetZero/FreeServers) 
77
-45	818	INACTIVE (Recipient Initiated Spam Report): Yahoo 
78
-46	69	INACTIVE (Recipient Initiated Spam Report): Comcast.net 
79
-47	545	INACTIVE (Recipient Initiated Spam Report): AOL
80
-48	1	INACTIVE (Recipient Initiated Spam Report): RoadRunner 
81
-50	10	ISP Specific Bounces: AIM.com Unactivated account 
82
-51	3	INACTIVE (Recipient Initiated Spam Report): Excite 
83
-52	18	INACTIVE (Reported as Spam): Earthlink 
84
-53	15	(Unknown Status) 
85
-54	1	(Unknown Status) 
86
-60	4	Bad Address/Expired address, etc (n.b.: These addresses are all @democracyinaction.org)
87
-9	5	INACTIVE: DEATH (supporter has died) 
88
0	1101	0 - Inactive or Unknown(not subscribed)
89
1	64352	1 - Imported or unknown (subscribed) 
90
10	3	ACTIVE: CONFIRMED (Double opt-in) 
91 4 Jon Goldberg
3	8924	ACTIVE: CLIENT (Client has directly signed up)
Go to top