gifts
Data source: See col-scraper on GitHub
2 rows where "date" is on date 2016-11-08
This data as json, CSV (advanced)
Suggested facets: date (date)
Link | rowid ▼ | name | date_str | date | member_id |
---|---|---|---|---|---|
207 | 207 | Invitation to attend a Reception at the residence of His Excellency the Ambassador of the Russian Federation, for my wife and myself. | 8th November 2016 | 2016-11-08 | John George Stewart Scott 401 |
227 | 227 | Reception and Dinner, Co-operation Ireland | 8 November 2016 | 2016-11-08 | Sir David Hugh Wootton 397 |
Advanced export
JSON shape: default, array, newline-delimited
CREATE TABLE gifts ( name TEXT, date_str VARCHAR(50), date TEXT, member_id INTEGER REFERENCES members(id) ); CREATE INDEX gifts_date ON gifts("date"); CREATE INDEX gifts_member_id ON gifts("member_id");