Reading and parsing files
Reading and parsing files
(csv->data path external-options)
Read CSV file into a map
Read CSV file into a map
(csv->lines path)
Read CSV file into vector of lines
Read CSV file into vector of lines
(edn->data path external-options)
Read EDN file into Clojure data structure
Read EDN file into Clojure data structure
(edn-item->data-item [[package version] license] options)
Format edn item into a package data map
Format edn item into a package data map
(get-all-extenal-files-content parse-fn external-options paths)
Concatenates all parsed external files
Concatenates all parsed external files
(get-requirement-lines requirements)
Get a sequence of lines from all requirement files
Get a sequence of lines from all requirement files
(path->lines path)
Return a vector of file lines Vector used instead of lazy seq to handle open/close file using with-open
Return a vector of file lines Vector used instead of lazy seq to handle open/close file using with-open
(path->string path)
Return a string with the file contents
Return a string with the file contents
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close