cryogen

http://cryogenweb.org/ - static sites by @U0DJK1VH6 & Co.
Andrei Stan 2020-11-23T11:21:24.178400Z

hi, does anyone tried to read .csv files with selmer?

Eugen 2020-11-24T12:11:09.178700Z

how did you integrate data.csv?

practicalli-john 2020-11-24T17:10:56.180300Z

@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.

Eugen 2020-11-24T23:44:12.182200Z

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?

practicalli-john 2020-11-26T04:55:51.185200Z

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.

Eugen 2020-11-26T06:21:56.185400Z

thanks

practicalli-john 2020-11-23T13:53:42.178500Z

No, but I have used https://clojure.github.io/data.csv/ to read .csv files from Clojure for some data science projects.