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
(get-all-extenal-files-content parse-fn paths external-options)
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
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close