Skip to content

Commit 7e90e01

Browse files
dr0icboehme
authored andcommitted
Add PicaXmlHandler to flux-command.properties
Adding the class to the flux commands completes b7c80fa. See #235.
1 parent 1190da9 commit 7e90e01

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main/resources/flux-commands.properties

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ read-beacon org.culturegraph.mf.stream.reader.BeaconReader
4343
handle-cg-xml org.culturegraph.mf.stream.converter.xml.CGXmlHandler
4444
handle-generic-xml org.culturegraph.mf.stream.converter.xml.GenericXmlHandler
4545
handle-marcxml org.culturegraph.mf.stream.converter.xml.MarcXmlHandler
46+
handle-picaxml org.culturegraph.mf.stream.converter.xml.PicaXmlHandler
4647

4748
# Encoders:
4849
encode-literals org.culturegraph.mf.stream.converter.StreamLiteralFormater
@@ -111,4 +112,4 @@ add-oreaggregation org.culturegraph.mf.stream.pipe.OreAggregationAdder
111112
digest-file org.culturegraph.mf.stream.pipe.FileDigestCalculator
112113
reorder-triple org.culturegraph.mf.stream.pipe.TripleReorder
113114

114-
remodel-pica-multiscript org.culturegraph.mf.stream.pipe.PicaMultiscriptRemodeler
115+
remodel-pica-multiscript org.culturegraph.mf.stream.pipe.PicaMultiscriptRemodeler

0 commit comments

Comments
 (0)