Skip to content

Commit

Permalink
Update runner examples #651
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiasNx committed Feb 14, 2025
1 parent 2ca72b8 commit 5e14a42
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
do list(path:"041A*|041A","var":"$i") # Until https://github.com/metafacture/metafacture-core/issues/651 is fixed one hass to add "041A"
do list(path:"041A*","var":"$i")
copy_field("$i.9","relevantField.$append")
end

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ end

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

do list(path:"041A*|041A","var":"$i") # Until https://github.com/metafacture/metafacture-core/issues/651 is fixed one hass to add "041A"
do list(path:"041A*","var":"$i")
trim("$i.9")
to_var("$i.9","ref")
if exists("$i.9")
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
do list(path:"041A*|041A","var":"$i") # Until issue #651 is fixed one has to add "041A"
do list(path:"041A*","var":"$i")
copy_field("$i.9","relevantField.$append")
end

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ end

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

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

0 comments on commit 5e14a42

Please sign in to comment.