The supporter / sender data default export via the dashboard and API has the following columns. The default format includes some fields in json format. A 'flat' (no JSON) CSV file format is also downloadable via the dashboard or the AP
Note that for security and privacy purposes, only specific named people are given access to the sender data download.
{'email': {'id': '1', 'value': 'No'}, 'post': {'id': '2', 'value': 'Yes'}}which shows that to a question about email (the codes reflect the question), they answered 'No' ('value': 'No') but to one about post they selected 'Yes'. The id is for internal use in case the question code and answer is changed there is still a audit trail back to the original.A JSON API is also available for supporter data export. Each client has their own dedicated end-point. If your server has a fixed IP or IP range, access requests can also be further restricted. See the API documentation.
In addition to the default format, a more traditional flat-file format (no json columns) is available via the API.
