2 rows where format = "XLSX" and start_date = "1865-01-01"

View and edit SQL

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

start_date

  • 1865-01-01 · 2

source

format

  • XLSX · 2
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
661 19th Century Photographs by Captain Samuel Sweet State Library of South Australia State Library of South Australia 2014-06-10T13:51:09.849031 2022-01-24T04:24:02.651995 These photographs (approximately 920) were taken by Captain Samuel Sweet, sea captain and photograph… data.sa.gov.au https://data.sa.gov.au/data/dataset/28baf505-4c5f-4e45-9fae-2605ee1cf7c1 1865-01-01 1902-12-31 19th Century Photographs by Captain Samuel Sweet - Excel workbook https://data.sa.gov.au/data/dataset/28baf505-4c5f-4e45-9fae-2605ee1cf7c1/resource/3be4e141-a116-4b3f-b9c1-7d1309608c8d/download/sweetphotographs.xlsx XLSX This Excel workbook contains the same data as the CSV file but has the advantage that URLs are activ… 2017-07-06T15:23:13.410533 2017-07-06T05:23:13.308625   Creative Commons Attribution
663 19th Century Photographs by Captain Samuel Sweet State Library of South Australia State Library of South Australia 2014-06-10T13:51:09.849031 2022-01-24T04:24:02.651995 These photographs (approximately 920) were taken by Captain Samuel Sweet, sea captain and photograph… data.sa.gov.au https://data.sa.gov.au/data/dataset/28baf505-4c5f-4e45-9fae-2605ee1cf7c1 1865-01-01 1902-12-31 19th Century Photographs by Captain Samuel Sweet - Excel workbook https://data.sa.gov.au/data/dataset/28baf505-4c5f-4e45-9fae-2605ee1cf7c1/resource/23435c1e-89c7-4840-9529-a14ba0e7759b/download/sweetphotographs.xlsx XLSX Compiled 2016. This data set has been superseded by an updated version at the top of this Data and R… 2016-07-01T13:57:16.161176 2016-07-01T03:57:16.039581   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]);