X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=doc%2Fyaz-marcdump-man.xml;h=51ebcfb0cb7c10ea50ba9d7a306fa2f602cf5845;hp=a859971b5f2cb78f8093b291e4f1bf0391b9e0b9;hb=d90c4c6db3c30cabdabed5abe139f0fe13eb7c24;hpb=621c7fe7d7da36267384afe2d13c0309db293856 diff --git a/doc/yaz-marcdump-man.xml b/doc/yaz-marcdump-man.xml index a859971..51ebcfb 100644 --- a/doc/yaz-marcdump-man.xml +++ b/doc/yaz-marcdump-man.xml @@ -8,7 +8,6 @@ %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). @@ -93,6 +99,7 @@ Specify the character set from of the input MARC record. Should be used in conjunction with option -t. + Refer to the yaz-iconv man page for supported character sets. @@ -102,6 +109,7 @@ Specify the character set of of the output. Should be used in conjunction with option -f. + Refer to the yaz-iconv man page for supported character sets. @@ -118,12 +126,52 @@ + -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. Useful if you have ill-formatted ISO2709 records as input. + + + -V + + Prints YAZ version. + + @@ -155,7 +203,22 @@ SEE ALSO - yaz(7) + + yaz + 7 + + + + + yaz-iconv + 1 + + + + MARCXML. + + + ISO25577.