gifts
Data source: See col-scraper on GitHub
1 row where "date" is on date 2018-02-22 and name = "Together with my wife, I was invited to the Kuwait National Day Lunchtime Reception, which my wife attended. It was held at the Dorchester hotel W1."
This data as json, CSV (advanced)
name 1 ✖
- Together with my wife, I was invited to the Kuwait National Day Lunchtime Reception, which my wife attended. It was held at the Dorchester hotel W1. · 1 ✖
date_str 1 ✖
Link | rowid ▼ | name | date_str | date | member_id |
---|---|---|---|---|---|
412 | 412 | Together with my wife, I was invited to the Kuwait National Day Lunchtime Reception, which my wife attended. It was held at the Dorchester hotel W1. | 22 Feb 2018 | 2018-02-22 | Ian David Luder 296 |
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");