This data as json, CSV (advanced)
| Link | rowid ▼ | date | page | column | title | description | source | page_url | trove_id |
|---|---|---|---|---|---|---|---|---|---|
| 1533 | 1533 | 1899-01-07 | 3 | c-d | Catholic in Zengcheng bullies neighbours with threat of powerful connections. | http://trove.nla.gov.au/newspaper/page/24102256 | 24102256 |
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]);