lifeline_wpforms: fix language separator

This commit is contained in:
Johannes Lötzsch 2022-03-11 22:43:46 +01:00
parent e1eed84bd7
commit 0231a5b4f9
2 changed files with 3 additions and 4 deletions

View File

@ -20,12 +20,11 @@
(def mapping_lifeline_wpforms {:id #(or (get % "E-Mail") (get % "Telefonnummer")) ;; TODO: uuid will be generated when record is written to db
;; TODO: the times are not parsed till now
:time_from_str "frühestes Einzugsdatum"
:time_duration_str "Möglicher Aufenthalt (Dauer)"
:time_duration_str "Möglicher Aufenthalt (Dauer)" ;; TODO: the duration is not parsed till now
:beds ["Verfügbare Betten" ->Int]
:languages ["Sprachen (sprechen / verstehen)" #(split % #",")]
:languages ["Sprachen (sprechen / verstehen)" #(split % #"\n")]
:place_country "Land"
:place_city "Ort"

View File

@ -6,7 +6,7 @@
:db-inmemory false
:db-dir "./data/xtdb/rocksdb"
:db-seed nil
:db-seed nil #_"./src/beherbergung/db/seed/test.edn"
:db-export-prefix "./data/export/"
:db-validate true