This data as json, CSV (advanced)
date (date) 1 ✖
| Link | rowid ▼ | date | page | column | title | description | source | page_url | trove_id |
|---|---|---|---|---|---|---|---|---|---|
| 1640 | 1640 | 1899-01-21 | 2 | a | Rebels in Hubei province burn four churches, kill foreign priest; rebels in Sichuan burn a church, attack the priest there. | http://trove.nla.gov.au/newspaper/page/24102271 | 24102271 |
JSON shape: default, array, newline-delimited
CREATE TABLE [article_index] (
[date] TEXT,
[page] TEXT,
[column] TEXT,
[title] TEXT,
[description] TEXT,
[source] TEXT,
[page_url] TEXT,
[trove_id] TEXT
);
CREATE INDEX [idx_article_index_date]
ON [article_index] ([date]);