home / data

example

1 row

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ headline body url extra
1 1 This is an example To try this out remix the project https://glitch.com/edit/#!/datasette-csvs extra

Advanced export

JSON shape: default, array, newline-delimited

CSV options:

CREATE TABLE [example] (
   [headline] TEXT,
   [body] TEXT,
   [url] TEXT,
   [extra] TEXT
);
Powered by Datasette · Queries took 102.734ms