X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=doc%2Fyaz-marcdump-man.xml;h=e73d9be2b0298df53dc7b10152c5a88179304016;hb=5b9a39fc00ab0969ff020f05c51c5d336e00d762;hp=607c75a0214bf24c379ad778940cc4b1ef5101c8;hpb=c6e47cbbff56f39f6d81b079ebaeac41d793d4d9;p=yaz-moved-to-github.git diff --git a/doc/yaz-marcdump-man.xml b/doc/yaz-marcdump-man.xml index 607c75a..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 @@ -114,6 +140,8 @@ FILES prefix/bin/yaz-marcdump + + prefix/include/yaz/marcdisp.h