Skip to content

Commit d9aec25

Browse files
committed
Adjust fix transformation to match the morph result #589
1 parent a5f6eec commit d9aec25

File tree

1 file changed

+3
-6
lines changed
  • metafacture-runner/src/main/dist/examples/count/gnd

1 file changed

+3
-6
lines changed
Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
if any_match("[email protected]","...*")
2-
replace_all("[email protected]","^(..).*","$1") #only keep the first two letters
3-
retain("[email protected]") # only keep the relevent element
4-
else
5-
reject()
6-
end
1+
replace_all("[email protected]","^.(.).*","$1") #only keep the second letter
2+
copy_field("[email protected]","")
3+
retain("") # only keep the relevent element

0 commit comments

Comments
 (0)