Project

General

Profile

Exporting Salsa for CiviCRM » History » Version 8

Jon Goldberg, 09/17/2014 05:34 PM

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 3 Jon Goldberg
h3. To get groups/tags/chapters
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 3 Jon Goldberg
_groups_
12
* Create a new report.
13
* Select the type of report you would like to create: Standard report
14
* Use "Advanced Object Chooser".
15 4 Jon Goldberg
* Report on "Contacts", then "Supporter Groups", then "Groups".  Press "Save".
16 1 Jon Goldberg
* Select the "Columns" tab and select your columns.  I like just "Supporter Key" and "Group Name".
17 7 Jon Goldberg
* In Conditions, "Group Name" should be "Not Empty".
18 4 Jon Goldberg
* Save, Run the report.
19
* Click the "Export" link.
20 1 Jon Goldberg
21 5 Jon Goldberg
_Tags_
22
* Create a new report.
23
* Select the type of report you would like to create: Standard report
24
* Use "Advanced Object Chooser".
25
* Report on "Tags", then "Tags Data", then "Database Table".  Press "Save".
26
* Select the "Columns" tab and select your columns.  I like just "Tag" and "Table Key".
27 1 Jon Goldberg
** "Table Key" is the Supporter Key.  It's similar to "entity_id" in CiviCRM.
28 7 Jon Goldberg
* In "Conditions", "Table Name" should equal "supporter".
29
* Save, Run the report.
30
* Click the "Export" link.
31
32
33
_Chapters_
34
* Create a new report.
35 1 Jon Goldberg
* Select the type of report you would like to create: Standard report
36 7 Jon Goldberg
* Use "Advanced Object Chooser".
37 8 Jon Goldberg
* Report "Supporter Chapter", then "Chapter".  Press "Save".
38
* Select the "Columns" tab and select your columns.  I like just "Supporter KEY" and "Chapter.Name".
39
* In Conditions, "Chapter.Name" should be "Not Empty".
40 5 Jon Goldberg
* Save, Run the report.
41 1 Jon Goldberg
* Click the "Export" link.
42
43 7 Jon Goldberg
h3. Receive_Email field
44 1 Jon Goldberg
45
Here's a TSV of how to interpret the "Receive_Email" field.
46
code	# of records	meaning
47
-24	11066	INACTIVE: (5.1.1 User Unknown) 
48
-26	1265	INACTIVE: Address contains RFC spec. invalid characters / is improperly formatted 
49
-3	10596	INACTIVE: UNSUBSCRIBED (actively unsubscribed by user) 
50
-30	8	INACTIVE (Reported as Spam): Other Blacklist (BLACKLIST) 
51
-32	11	(Unknown Status) 
52
-35	1	INACTIVE (Reported as Spam): Outblaze 
53
-4	1	(Unknown Status) 
54
-42	349	INACTIVE (Recipient Initiated Spam Report): MSN/Hotmail/WebTV 
55
-44	10	INACTIVE (Recipient Initiated Spam Report): UNTI (Juno/NetZero/FreeServers) 
56
-45	818	INACTIVE (Recipient Initiated Spam Report): Yahoo 
57
-46	69	INACTIVE (Recipient Initiated Spam Report): Comcast.net 
58
-47	545	INACTIVE (Recipient Initiated Spam Report): AOL
59
-48	1	INACTIVE (Recipient Initiated Spam Report): RoadRunner 
60
-50	10	ISP Specific Bounces: AIM.com Unactivated account 
61
-51	3	INACTIVE (Recipient Initiated Spam Report): Excite 
62
-52	18	INACTIVE (Reported as Spam): Earthlink 
63
-53	15	(Unknown Status) 
64
-54	1	(Unknown Status) 
65
-60	4	Bad Address/Expired address, etc (n.b.: These addresses are all @democracyinaction.org)
66
-9	5	INACTIVE: DEATH (supporter has died) 
67
0	1101	0 - Inactive or Unknown(not subscribed)
68
1	64352	1 - Imported or unknown (subscribed) 
69
10	3	ACTIVE: CONFIRMED (Double opt-in) 
70 4 Jon Goldberg
3	8924	ACTIVE: CLIENT (Client has directly signed up)
Go to top