-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add more fixes to modify PICA+ records #82
Comments
nichtich
added a commit
that referenced
this issue
Aug 11, 2023
Changelog diff is: diff --git a/Changes b/Changes index acd90b2..0860f19 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,8 @@ Changelog for Catmandu-PICA {{$NEXT}} + +1.16 2023-08-11T07:06:23Z - Add Fix: pica_update (#82) 1.15 2023-08-09T19:03:38Z
nichtich
added a commit
that referenced
this issue
Aug 18, 2023
Changelog diff is: diff --git a/Changes b/Changes index 6e3b16f..d115031 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,8 @@ Changelog for Catmandu-PICA {{$NEXT}} + +1.17 2023-08-18T06:06:33Z - Add Fix: pica_append (#82) 1.16 2023-08-11T07:06:23Z
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Here
path
denotes a PICA Path (such as003@$0
),field
a field reference (such asdc.creator
),value
a string value andcontents
a field content (e.g.$afoo$bbar
).pica_update(path, values|contents, [options])
replace or add subfields or fields (deprecatespica_add
andpica_set
)pica_replace(path, pattern, value)
to search and replace in PICA subfield values with regular expressionpica_subfields(code,value,code,value...)
orpica_subfields(contents)
to set subfields of current field(s)pica_annotate([path,] annotation)
to set annotationpica_append([path,] value|contents)
to add full field(s) or subfield(s) (maybe not needed)pica_sort([path,] schedule)
to sort and reduce to known (sub)fieldspica_reduce([path,] schedule)
to reduce to known (sub)fields (?)Existing fixes:
pica_add(field, path, [options])
: should be depreacted because of order of argumentspica_set(field, path, [options])
: might be depreacted because of order of arguments. Alternative name?pica_keep(path [, path...])
pica_remove([path])
pica_map(path, field)
pica_tag(tag)
The text was updated successfully, but these errors were encountered: