Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
🚀
This server has been upgraded to GitLab release
15.7
.
🚀
Open sidebar
memoriav
Memobase 2020
utilities
Import Process CLI
Commits
5d04a096
Commit
5d04a096
authored
Feb 18, 2021
by
Silvia Witzig
Browse files
fix typo and regex
parent
ed722e0b
Changes
2
Hide whitespace changes
Inline
Side-by-side
deployment/configurations/khz-001/mappings/localTransforms.yml
View file @
5d04a096
...
...
@@ -19,6 +19,6 @@ normalizePerson:
creationRelationName
:
# only tries to extract a value if a DUMMY-VALUE rico:name is property is present in the relation.
pattern
:
"
\\
((?<relation>.+)
\\
)"
# " are necessary to ensure pattern is parsed correctly. Pattern needs to be double escaped!
language
:
NONE
nameOrder
:
"
f
r
ist-to-last"
nameOrder
:
"
fi
r
st-to-last"
singleNameIsLastName
:
true
nameDelimiter
:
SPACE
\ No newline at end of file
deployment/configurations/rti-002/mappings/localTransforms.yml
View file @
5d04a096
...
...
@@ -13,7 +13,7 @@ splitEntity:
delimiter
:
"
;"
normalizePerson
:
creationRelationName
:
# only tries to extract a value if a DUMMY-VALUE rico:name is property is present in the relation.
pattern
:
"
\\
(
-
?<relation>.+
\\
)"
# " are necessary to ensure pattern is parsed correctly. Pattern needs to be double escaped!
pattern
:
"
-
(
?<relation>.+
)"
# pattern is "Name - relation"
language
:
NONE
nameOrder
:
"
last-to-first"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment