(download-items-as-csv items export-name)
Dummy; not used in clj
Dummy; not used in clj
Turns items
into a csv and downloads it as export-name
with an optional schema
as a collections of names for columns, otherwise the schema for the first item in items
is used
Turns `items` into a csv and downloads it as `export-name` with an optional `schema` as a collections of names for columns, otherwise the schema for the first item in `items` is used
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close