ultra-csv
ultra-csv copied to clipboard
Keywordize-keys? optional argument not working as expected
Hello,
The API documentation states that the default for read-csv is to keywordize the fields, but it is not doing that upon import. In order to get it to work I have to use the following:
(def csv-seq (ultra-csv/read-csv "sample.csv" {:keywordize-keys? true}))