hi, does anyone tried to read .csv files with selmer?
how did you integrate data.csv?
@eugen.stan sorry, not sure I understand the question. data.csv is a library I added to the project and called one of its functions, which returned a Clojure data structure.
I was asking how did you integrate data.csv with cryogen. Can you read csv from templates? From content files? Is it something generic that can be used in cryogen content/tempates?
I have not done so, maybe I should have made that clearer than originally answering no. However as data.csv returns a Clojure data structure, then I am assuming clojure.core functions are all that's needed.
thanks
No, but I have used https://clojure.github.io/data.csv/ to read .csv files from Clojure for some data science projects.