Liking cljdoc? Tell your friends :D

collet.actions.file


file-params-specclj


write-into-fileclj

(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
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close