Skip to content

Commit a5f6eec

Browse files
committed
Use generic transform #589
1 parent f11ddb9 commit a5f6eec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

metafacture-runner/src/main/dist/examples/transform/pica-to-marcxml/pica-to-marcxml.fix.flux

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// opens file 'fileName', interprets the content as non normalized serialized
2-
// pica+, encode as marc, morphs to marcxml and writes to standard out
2+
// pica+, encode as marc, transforms to marcxml and writes to standard out
33

44
default fileName = FLUX_DIR + "nonNormalized.pica";
55

metafacture-runner/src/main/dist/examples/transform/pica-to-marcxml/pica-to-marcxml.morph.flux

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// opens file 'fileName', interprets the content as non normalized serialized
2-
// pica+, encode as marc, morphs to marcxml and writes to standard out
2+
// pica+, encode as marc, transforms to marcxml and writes to standard out
33

44
default fileName = FLUX_DIR + "nonNormalized.pica";
55

0 commit comments

Comments
 (0)