X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=doc%2Fyaz-marcdump-man.xml;h=f728d92d76eddfd5c4119ffb5326593a819e7b01;hp=4ed296ed8a84387895a040e91fef46296c6bb4cc;hb=6ad80c673e9591ae178154cfe2ce002834cfdafd;hpb=e323a843d06898d46d0aaac39d345bdd560c0c59 diff --git a/doc/yaz-marcdump-man.xml b/doc/yaz-marcdump-man.xml index 4ed296e..f728d92 100644 --- a/doc/yaz-marcdump-man.xml +++ b/doc/yaz-marcdump-man.xml @@ -1,5 +1,5 @@ - + yaz-marcdump @@ -16,6 +16,7 @@ yaz-marcdump + @@ -64,6 +65,15 @@ + -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 +113,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