Updating bootstrap opac relator codes for 3.11
[evergreen-equinox.git] / docs / RELEASE_NOTES_NEXT / Administration / marc_export_pipe.adoc
1 == --pipe option for marc_export ==
2
3 Add a --pipe option to marc_export to force reading of record ids from
4 standard input when one or more of the --library, or
5 --descendants options are used.  This permits more flexibility when
6 exporting records with holdings for given libraries or subsets of a
7 collection.
8
9 It is an error to specify the --all or --since  and --pipe options in the same
10 command line.
11
12
13 [source]
14 --------
15         --pipe
16
17 Some examples:
18
19         --pipe --library BR1   [Filter the list of bib ids by those 
20                                 with BR1 as the Owning Library]
21
22         --pipe --descendants BR1 [Filters the list of bib ids by those 
23                                   with BR1 or descendants as the Owning Library]
24
25 --------