This data as json, CSV (advanced)
date (date) 1 ✖
| Link | rowid ▼ | date | page | column | title | description | source | page_url | trove_id |
|---|---|---|---|---|---|---|---|---|---|
| 3930 | 3930 | 1899-10-28 | 2 | e-f | Casualties of the Dutch army; Transvaal cuts telephone lines; Dutch army control a railway; America donates a medical ship to Britain; British budget for the war; more young men register in Britain; more troops dispatched to Africa from Britain; Canada dispatches doctors and nurses; fighting between British and Transvaal soldiers in various towns; responses of other countries; post and telegram services in New South Wales are influenced by the war. | http://trove.nla.gov.au/newspaper/page/24102583 | 24102583 |
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]);