X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=doc%2Fyaz-marcdump-man.xml;h=3448628bd4c6b2801a5552aad88800ee07ac2b21;hb=6135f5d048a8bbbc29d14deb9512202c777bd6bc;hp=ac6b685cea44ad233076c9ce52c8471b93e2d768;hpb=cd2f012a70ebadf660acb71936e32192287dc30a;p=yaz-moved-to-github.git diff --git a/doc/yaz-marcdump-man.xml b/doc/yaz-marcdump-man.xml index ac6b685..3448628 100644 --- a/doc/yaz-marcdump-man.xml +++ b/doc/yaz-marcdump-man.xml @@ -5,10 +5,9 @@ %local; %entities; - - %common; + + %idcommon; ]> - YAZ @@ -32,8 +31,13 @@ - + + + + + + file @@ -74,6 +78,7 @@ Specifies input format. Must be one of marcxml, marc (ISO2709), + marcxchange (ISO25577), line (line mode MARC). @@ -83,6 +88,7 @@ Specifies output format. Must be one of marcxml, marc (ISO2709), + marcxchange (ISO25577), line (line mode MARC). @@ -118,6 +124,39 @@ + -s prefix + + Writes a chunk of records to a separate file with prefix given, + i.e. splits a record batch into files with only at most + "chunk" ISO2709 record per file. By default chunk is 1 (one record + per file). See option -C. + + + + + -C chunksize + + Specifies chunk size; to be used conjunction with option + -s. + + + + + -p + + Makes yaz-marcdump prints record number and input file offset + of each record read. + + + + + -n + + MARC output is omitted so that MARC input is only checkecd. + + + + -v Writes more information about the parsing process. @@ -125,6 +164,13 @@ + + -V + + Prints YAZ version. + + +