Skip to content

Commit

Permalink
No quoting needed in SNOMED file specification
Browse files Browse the repository at this point in the history
  • Loading branch information
wardle committed Nov 21, 2024
1 parent 22aecdf commit 3912d52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/com/eldrix/hermes/importer.clj
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
(let [{:keys [identifier parser filename component]} (parse-filename f)]
(when parser
(with-open [reader (io/reader f)]
(let [csv-data (csv/read-csv reader :separator \tab)
(let [csv-data (csv/read-csv reader :separator \tab :quote \u0000)
headings (first csv-data)
data (rest csv-data)
batches (->> data
Expand Down

0 comments on commit 3912d52

Please sign in to comment.