1 row where "file_created" is on date 2018-08-03 and format = "XLSX"

View and edit SQL

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

source

format

  • XLSX · 1

file_created (date)

  • 2018-08-03 · 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
992 Richard Woldendorp Collection of Photographs State Library of Western Australia Author Not Specified 2018-08-03T03:01:35.691213 2022-05-25T18:46:16.892977 A large collection of photographs taken by photographer, Richard Woldendorp, including a wide variet… data.wa.gov.au https://catalogue.data.wa.gov.au/dataset/b447acfc-51e5-42f5-8d38-6057fc8aafc5     Richard Woldendorp Photographs.xlsx https://catalogue.data.wa.gov.au/dataset/b447acfc-51e5-42f5-8d38-6057fc8aafc5/resource/d5d042da-eed4-4d9a-8622-b6def49963e4/download/richard-woldendorp-photographs.xlsx XLSX A spreadsheet with the following fields: Bib record number, call number, title, Date, Description, N… 2018-08-03T03:03:44.772780 2018-08-03T03:03:44.705916   Creative Commons Attribution 4.0

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]);