(->string x)(dataset-seq->csv input file-name csv-header?)(write-dataset dataset file-name format csv-header?)(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 builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |