Project

General

Profile

Exporting Salsa for CiviCRM » History » Version 2

Jon Goldberg, 09/17/2014 04:22 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 2 Jon Goldberg
To get groups/tags/chapters:
6
* You need to get to custom reports.  The only way I've found so far is to click "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
7 1 Jon Goldberg
8
9
10
11
12
13
Here's a TSV of how to interpret the "Receive_Email" field.
14
code	# of records	meaning
15
-24	11066	INACTIVE: (5.1.1 User Unknown) 
16
-26	1265	INACTIVE: Address contains RFC spec. invalid characters / is improperly formatted 
17
-3	10596	INACTIVE: UNSUBSCRIBED (actively unsubscribed by user) 
18
-30	8	INACTIVE (Reported as Spam): Other Blacklist (BLACKLIST) 
19
-32	11	(Unknown Status) 
20
-35	1	INACTIVE (Reported as Spam): Outblaze 
21
-4	1	(Unknown Status) 
22
-42	349	INACTIVE (Recipient Initiated Spam Report): MSN/Hotmail/WebTV 
23
-44	10	INACTIVE (Recipient Initiated Spam Report): UNTI (Juno/NetZero/FreeServers) 
24
-45	818	INACTIVE (Recipient Initiated Spam Report): Yahoo 
25
-46	69	INACTIVE (Recipient Initiated Spam Report): Comcast.net 
26
-47	545	INACTIVE (Recipient Initiated Spam Report): AOL
27
-48	1	INACTIVE (Recipient Initiated Spam Report): RoadRunner 
28
-50	10	ISP Specific Bounces: AIM.com Unactivated account 
29
-51	3	INACTIVE (Recipient Initiated Spam Report): Excite 
30
-52	18	INACTIVE (Reported as Spam): Earthlink 
31
-53	15	(Unknown Status) 
32
-54	1	(Unknown Status) 
33
-60	4	Bad Address/Expired address, etc (n.b.: These addresses are all @democracyinaction.org)
34
-9	5	INACTIVE: DEATH (supporter has died) 
35
0	1101	0 - Inactive or Unknown(not subscribed)
36
1	64352	1 - Imported or unknown (subscribed) 
37
10	3	ACTIVE: CONFIRMED (Double opt-in) 
38
3	8924	ACTIVE: CLIENT (Client has directly signed up) 
Go to top