(write-into-file {:keys [input format file-name csv-header? cat?]
:or {csv-header? false cat? false}})
Writes the input to a file. The input data should be a collection of maps or a collection of sequential items. Options: :input - the data to write :format - the format of the file (:json or :csv) :file-name - the name of the file :override? - if true, the file will be overwritten if it exists :csv-header? - if true, the CSV file will have a header row
Writes the input to a file. The input data should be a collection of maps or a collection of sequential items. Options: :input - the data to write :format - the format of the file (:json or :csv) :file-name - the name of the file :override? - if true, the file will be overwritten if it exists :csv-header? - if true, the CSV file will have a header row
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close