X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=doc%2Fyaz-marcdump-man.xml;h=e73d9be2b0298df53dc7b10152c5a88179304016;hb=5b9a39fc00ab0969ff020f05c51c5d336e00d762;hp=4ed296ed8a84387895a040e91fef46296c6bb4cc;hpb=ec00b639169c2fb10e295ad712cb417156839d09;p=yaz-moved-to-github.git diff --git a/doc/yaz-marcdump-man.xml b/doc/yaz-marcdump-man.xml index 4ed296e..e73d9be 100644 --- a/doc/yaz-marcdump-man.xml +++ b/doc/yaz-marcdump-man.xml @@ -1,5 +1,5 @@ - + yaz-marcdump @@ -16,6 +16,8 @@ yaz-marcdump + + @@ -64,6 +66,24 @@ + -e + + Print MARC records in MarcXchange format. + This format is equivalent to YAZ_MARC_XCHANGE in + yaz/marcdisp.h. + + + + + -I + + Print MARC records in ISO2709 format. + This format is equivalent to YAZ_MARC_ISO2709 in + yaz/marcdisp.h. + + + + -O Print MARC records in OAIMARC. Another XML variant. @@ -103,8 +123,14 @@ EXAMPLES - The following command converts MARC21/USMARC using MARC-8 encoding to - MARCXML in UTF-8 encoding. + The following command converts MARC21/USMARC in MARC-8 encoding to + MARC21/USMARC in UTF-8 encoding. (Both input and output is in ISO2709). + + yaz-marcdump -f MARC-8 -t UTF-8 -I marc21.raw >marc21.utf8.raw + + + + The same records may be converted to MARCXML instead in UTF-8: yaz-marcdump -f MARC-8 -t UTF-8 -X marc21.raw >marcxml.xml