1 row where file_description = "23 articles **Explanation of fields** - **Heading** : Article heading - **Category** : Trove's categorisation of the type of newspaper content - **Title** : Newspaper title - **Page** : The number of the page on which the article appears - **Date** : Publication date - **TroveUrl** : URL of the article - **TrovePageUrl** : URL of the entire page containing the article - **Illustrated** : Yes or no - **WordCount** : Number of words in the article - **Relevance** : Trove's ranking of the article's relevance to the search term 'Ross Smith'" and format = "CSV"

View and edit SQL

Suggested facets: dataset_issued (date), dataset_modified (date), start_date (date), end_date (date), file_created (date), file_modified (date)

source

format

file_description

  • 23 articles **Explanation of fields** - **Heading** : Article heading - **Category** : Trove's categorisation of the type of newspaper content - **Title** : Newspaper title - **Page** : The number of the page on which the article appears - **Date** : Publication date - **TroveUrl** : URL of the article - **TrovePageUrl** : URL of the entire page containing the article - **Illustrated** : Yes or no - **WordCount** : Number of words in the article - **Relevance** : Trove's ranking of the article's relevance to the search term 'Ross Smith' · 1
Link rowid ▼ dataset_title publisher author dataset_issued dataset_modified dataset_description source info_url start_date end_date file_title download_url format file_description file_created file_modified file_size licence
691 Newspaper Articles relating to Sir Ross Smith State Library of South Australia State Library of South Australia 2019-06-24T02:47:32.528709 2019-08-29T04:43:40.630658 Newspaper articles relating to Sir Ross Smith and the 1919 Epic Flight from England to Australia. Da… data.sa.gov.au https://data.sa.gov.au/data/dataset/1338ff17-9b2f-43b9-ae6c-711fc3644d34 1918-01-01 1922-12-31 Prelude to the epic flight https://data.sa.gov.au/data/dataset/1338ff17-9b2f-43b9-ae6c-711fc3644d34/resource/b23219af-64ca-4e26-8342-68f9ed3454e8/download/prelude_to_the_epic_flight.csv CSV 23 articles **Explanation of fields** - **Heading** : Article heading - **Category** : Trove's cat… 2019-06-24T02:48:58.462035 2019-06-24T02:48:58.400413   Creative Commons Attribution

Advanced export

JSON shape: default, array, newline-delimited

CSV options:

CREATE TABLE [glam-datasets] (
   [dataset_title] TEXT,
   [publisher] TEXT,
   [author] TEXT,
   [dataset_issued] TEXT,
   [dataset_modified] TEXT,
   [dataset_description] TEXT,
   [source] TEXT,
   [info_url] TEXT,
   [start_date] TEXT,
   [end_date] TEXT,
   [file_title] TEXT,
   [download_url] TEXT,
   [format] TEXT,
   [file_description] TEXT,
   [file_created] TEXT,
   [file_modified] TEXT,
   [file_size] TEXT,
   [licence] TEXT
);
CREATE INDEX [idx_glam-datasets_source_publisher_format_licence]
    ON [glam-datasets] ([source], [publisher], [format], [licence]);