utilities-clj.reader

Wraps reading of file content.

load-edn

(load-edn source)
Loads edn file and returns its content.

read-csv

(read-csv path)
Reads entire csv file and return values by rows.

read-file

(read-file file-name)
Reads entire text file and returns text by lines.

read-xml-file

(read-xml-file path)
Reads xml file and returns its content.