Skip to content

Commit

Permalink
Emit MARC21 instead of MarcXML
Browse files Browse the repository at this point in the history
  • Loading branch information
marktriggs committed Aug 30, 2011
1 parent 07ee2b4 commit e9bea6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/marcgrep/core.clj
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@
(let [files (into {} (map (fn [job]
(let [outfile (file (:output-dir @config)
(str (:id @job) ".txt"))
outfh (MarcXmlWriter.
outfh (MarcStreamWriter.
(FileOutputStream. outfile))]
(.deleteOnExit outfile)
[job {:file outfile
Expand Down

0 comments on commit e9bea6e

Please sign in to comment.