Skip to content

Commit 5e14a42

Browse files
committed
Update runner examples #651
1 parent 2ca72b8 commit 5e14a42

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

metafacture-runner/src/main/dist/examples/count/subjects/references.fix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
do list(path:"041A*|041A","var":"$i") # Until https://github.com/metafacture/metafacture-core/issues/651 is fixed one hass to add "041A"
1+
do list(path:"041A*","var":"$i")
22
copy_field("$i.9","relevantField.$append")
33
end
44

metafacture-runner/src/main/dist/examples/gnd/crisscross-connections/extract.fix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ end
156156

157157
# copy_field("008A.a","teilbest")
158158

159-
do list(path:"041A*|041A","var":"$i") # Until https://github.com/metafacture/metafacture-core/issues/651 is fixed one hass to add "041A"
159+
do list(path:"041A*","var":"$i")
160160
trim("$i.9")
161161
to_var("$i.9","ref")
162162
if exists("$i.9")

metafacture-runner/src/main/dist/examples/gnd/references/references.fix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
do list(path:"041A*|041A","var":"$i") # Until issue #651 is fixed one has to add "041A"
1+
do list(path:"041A*","var":"$i")
22
copy_field("$i.9","relevantField.$append")
33
end
44

metafacture-runner/src/main/dist/examples/gnd/references2/extract.fix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ end
156156

157157
# copy_field("008A.a","teilbest")
158158

159-
do list(path:"041A*|041A","var":"$i") # Until https://github.com/metafacture/metafacture-core/issues/651 is fixed one hass to add "041A"
159+
do list(path:"041A*","var":"$i")
160160
trim("$i.9")
161161
to_var("$i.9","ref")
162162
if exists("$i.9")

0 commit comments

Comments
 (0)