1 row where "file_created" is on date 2019-06-20 and format = "XLSX"

View and edit SQL

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

source

format

  • XLSX · 1

file_created (date)

  • 2019-06-20 · 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
753 Photographs relating to Sir Ross Smith and Sir Keith Smith State Library of South Australia State Library of South Australia 2019-06-20T04:28:06.459148 2019-08-29T04:34:28.134125 Photographs relating to Sir Ross Smith and Sir Keith Smith and the 1919 Epic Flight from England to … data.sa.gov.au https://data.sa.gov.au/data/dataset/91181472-c11c-4bd9-9045-82cfe3a67175 1892-01-01 2018-12-31 Photographs relating to Sir Ross Smith and Sir Keith Smith - Excel workbook https://data.sa.gov.au/data/dataset/91181472-c11c-4bd9-9045-82cfe3a67175/resource/70386edb-00f9-449d-b3c4-aa59712dfc7a/download/smith_brothers_photographs.xlsx XLSX This Excel workbook contains the same data as the CSV file but has the advantage that URLs are activ… 2019-06-20T04:31:47.796748 2019-06-20T04:31:47.706234   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]);