Skip to content
Snippets Groups Projects
Commit 83d5974d authored by Andreas Romeyke's avatar Andreas Romeyke
Browse files

- added complex example to help

parent baa90e4b
No related branches found
No related tags found
No related merge requests found
...@@ -33,8 +33,12 @@ Examples: ...@@ -33,8 +33,12 @@ Examples:
* Which AIP has this dc identifier? Print the AIP id, lzaid of matching AIP * Which AIP has this dc identifier? Print the AIP id, lzaid of matching AIP
as Rows of String Values (RSV) as Rows of String Values (RSV)
'$0 search -d SLUB:LZA:Kitodo:kitodo:422766 --with-lzaid --output-as-rsv' '$0 search -d SLUB:LZA:Kitodo:kitodo:422766 --with-lzaid --output-as-rsv'
* Find all AIPs with missing LDP entries
'$0 search --only-ldp\\
--with-ldp-collection --with-ldp-funder --with-ldp-lender\\
--with-ldp-project --output-as-csv --maxrecords=10000\\
| grep "(^,,)|(,,)|(,\$)"'
DESCR DESCR
sub description { sub description {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment