IG
[app.app-system.service
[app-config
hikari-data-source
immutant-web
mount
webapp-http-handler]]
Size: a a a
IG
[app.app-system.service
[app-config
hikari-data-source
immutant-web
mount
webapp-http-handler]]
IG
ST
[app.app-system.service
[app-config
hikari-data-source
immutant-web
mount
webapp-http-handler]]
app.app-system.service.app-config можно по коду найти и заменить на что-то другоеIG
ST
ST
AI
(clojure.data.csv/write-csv
(java.io.StringWriter.)
[["abc" "def"]
["ghi" "jkl"]])
KC
(with-out-str (csv/write-csv *out* [["this" "is"] ["a" "test”]]))KC
IG
ST
(clojure.data.csv/write-csv
(java.io.StringWriter.)
[["abc" "def"]
["ghi" "jkl"]])
(java.io.StringWriter.) и пишет результатAI
AI
KC
IG
with-out-str это binding *out* к StringBuilderST
(let [sw (java.io.StringWriter.)]
(clojure.data.csv/write-csv
sw
[["abc" "def"]
["ghi" "jkl"]])
#_"read from sw")
AI
KC
(str sw) и делай дальше что хочешьAI
[Object #.......] как обычно туСтринг ко всякой экзотике. А он содержимое вернет, круто