items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
7 rows where record_id = "2015-02-23-8f616a6e-11621-2" sorted by date descending
This data as json, CSV (advanced)
Suggested facets: date (date)
| hash | item | category_id | date ▲ | member_id | person_id | sort_order | record_id |
|---|---|---|---|---|---|---|---|
| 30de26307221125fd239df035ba6083d9b59bdcf | Name of donor: Dr Jack Woodford | Sponsorships 8f616a6e | 2015-02-23 | Douglas Carswell uk.org.publicwhip/member/40703 | Douglas Carswell uk.org.publicwhip/person/11621 | 0 | 2015-02-23-8f616a6e-11621-2 |
| 84e9e56b0c2fba60ac2ca298644eb6470ab946fc | Address of donor: private | Sponsorships 8f616a6e | 2015-02-23 | Douglas Carswell uk.org.publicwhip/member/40703 | Douglas Carswell uk.org.publicwhip/person/11621 | 1 | 2015-02-23-8f616a6e-11621-2 |
| 101bdcfa6699e2e75ca3b01e6edfdfb30bf8a230 | Amount of donation or nature and value if donation in kind: £2,000 given to my party to support my campaign for re-election | Sponsorships 8f616a6e | 2015-02-23 | Douglas Carswell uk.org.publicwhip/member/40703 | Douglas Carswell uk.org.publicwhip/person/11621 | 2 | 2015-02-23-8f616a6e-11621-2 |
| 94981214b370d69264e5bcda9705e96468fe6266 | Date of receipt: 1 October 2014 | Sponsorships 8f616a6e | 2015-02-23 | Douglas Carswell uk.org.publicwhip/member/40703 | Douglas Carswell uk.org.publicwhip/person/11621 | 3 | 2015-02-23-8f616a6e-11621-2 |
| 59939d81530fa39ee3aafb8b18da78565bf5f2a8 | Date of acceptance: 20 October 2014 | Sponsorships 8f616a6e | 2015-02-23 | Douglas Carswell uk.org.publicwhip/member/40703 | Douglas Carswell uk.org.publicwhip/person/11621 | 4 | 2015-02-23-8f616a6e-11621-2 |
| 90aea53321c381be2ce17653248a1728e208a297 | Donor status: individual | Sponsorships 8f616a6e | 2015-02-23 | Douglas Carswell uk.org.publicwhip/member/40703 | Douglas Carswell uk.org.publicwhip/person/11621 | 5 | 2015-02-23-8f616a6e-11621-2 |
| c968b6035957a79716d17dea769001c562376326 | Registered 10 December 2014) | Sponsorships 8f616a6e | 2015-02-23 | Douglas Carswell uk.org.publicwhip/member/40703 | Douglas Carswell uk.org.publicwhip/person/11621 | 6 | 2015-02-23-8f616a6e-11621-2 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE items (
hash VARCHAR(40) NOT NULL,
item TEXT,
category_id TEXT,
date TEXT,
member_id TEXT,
person_id TEXT,
sort_order INTEGER,
record_id TEXT,
PRIMARY KEY (hash),
FOREIGN KEY ("category_id") REFERENCES [categories](id),
FOREIGN KEY ("member_id") REFERENCES [members](id),
FOREIGN KEY ("person_id") REFERENCES [people](id)
);
CREATE INDEX items_date ON items("date");
CREATE INDEX items_category_id ON items("category_id");
CREATE INDEX items_member_id ON items("member_id");
CREATE INDEX items_person_id ON items("person_id");
CREATE INDEX items_record_id ON items("record_id");