This data as json, CSV (advanced)
Suggested facets: date (date)
| Link | rowid ▼ | date | page | column | title | description | source | page_url | trove_id |
|---|---|---|---|---|---|---|---|---|---|
| 40248 | 40248 | 1923-08-18 | 2 | c-d | Negotiation with Cao Kun in Baoding over the presidential election. | China | http://trove.nla.gov.au/newspaper/page/24094512 | 24094512 | |
| 40256 | 40256 | 1923-08-18 | 3 | c-d | Chinese students in Japan issue protest telegram against Cao Kun and Feng Yuxiang. | Japan | http://trove.nla.gov.au/newspaper/page/24094511 | 24094511 |
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]);