<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
<META NAME="GENERATOR" CONTENT="GtkHTML/4.2.2">
</HEAD>
<BODY TEXT="#000000" BGCOLOR="#ffffff">
Good day,<BR>
<BR>
Tried to open the first link, but it does not open.<BR>
<BR>
The ISIS Wiki is ok.<BR>
<BR>
Is there a problem?<BR>
<BR>
Renate<BR>
<BR>
<BLOCKQUOTE TYPE=CITE>
Andrew<BR>
<BR>
Sorry for my delay in answer your request<BR>
<BR>
CISIS version for all platforms and sizes you can download from the svn of Bireme<BR>
<A HREF="http://trac.reddes.bvsalud.org/projects/cisis/browser">http://trac.reddes.bvsalud.org/projects/cisis/browser</A><BR>
<BR>
Some documentation is in Bireme's wiki (English version) with descriptions and manuals<BR>
<A HREF="http://wiki.bireme.org/en/index.php/CISIS">http://wiki.bireme.org/en/index.php/CISIS</A><BR>
<BR>
Regards<BR>
<BR>
Ernesto Spinak<BR>
<BR>
<BR>
<BR>
El 13/03/2013 20:15, Andrew Buxton escribió:<BR>
<BR>
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
<BLOCKQUOTE TYPE=CITE>
Dear Ernesto
</BLOCKQUOTE>
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
<BLOCKQUOTE TYPE=CITE>
<BR>
<BR>
</BLOCKQUOTE>
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
<BLOCKQUOTE TYPE=CITE>
I should probably know this but is there a version of MX for 64-bit Windows? I can no longer run the version I have!
</BLOCKQUOTE>
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
<BLOCKQUOTE TYPE=CITE>
<BR>
<BR>
</BLOCKQUOTE>
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
<BLOCKQUOTE TYPE=CITE>
Andrew
</BLOCKQUOTE>
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
<BLOCKQUOTE TYPE=CITE>
</BLOCKQUOTE>
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
<BLOCKQUOTE TYPE=CITE>
-----<BR>
Andrew Buxton<BR>
Lewes, East Sussex, UK<BR>
<BR>
</BLOCKQUOTE>
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
<BLOCKQUOTE TYPE=CITE>
<HR SIZE="1" ALIGN="center">
<BR>
<B><FONT SIZE="2">From:</FONT></B><FONT SIZE="2"> spinaker <A HREF="mailto:spinaker@adinet.com.uy"><spinaker@adinet.com.uy></A></FONT><BR>
<B><FONT SIZE="2">To:</FONT></B><FONT SIZE="2"> <A HREF="mailto:isis-users@iccisis.org">isis-users@iccisis.org</A> </FONT><BR>
<B><FONT SIZE="2">Sent:</FONT></B><FONT SIZE="2"> Wednesday, 13 March 2013, 21:40</FONT><BR>
<B><FONT SIZE="2">Subject:</FONT></B><FONT SIZE="2"> Re: [Isis-users] MARC file import</FONT><BR>
<BR>
</BLOCKQUOTE>
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
<BLOCKQUOTE TYPE=CITE>
<BR>
</BLOCKQUOTE>
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
<BLOCKQUOTE TYPE=CITE>
Renate<BR>
<BR>
There are three features to note when importing/exporting marc files with Cisis or Winisis, etc using ISO 2709 standard
<OL TYPE=1>
<LI TYPE=1 VALUE=1>length of the line, wich in Isis is 80 chars (default) but you can modify it using 0 or marc
<UL>
<LI>including the end of line control, Isis uses two chars (LF+CR) by default or only one char in .mrc files
</UL>
<LI TYPE=1 VALUE=2>subfield deliminter, which is <B> ^ </B> in Isis, but in marc it is a non representable ascii char (below 32) \asc 29 in .mrc
<LI TYPE=1 VALUE=3>leader bytes transfered in the first 20 bytes of the ISO file, and is not accesible neither in Winisis or Pft
</OL>
</BLOCKQUOTE>
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
<BLOCKQUOTE TYPE=CITE>
Items 2 and 3 are implemented in Winisis, but item 3 is a feature only of CISIS<BR>
<BR>
</BLOCKQUOTE>
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
<BLOCKQUOTE TYPE=CITE>
Therefore when you want to get the three items you have to do it using MX command, <BR>
I'd recommed to use 1660 version or MX, because it gets all the leader bytes<BR>
<BR>
</BLOCKQUOTE>
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
<BLOCKQUOTE TYPE=CITE>
Let's say you want to import a .mrc file, from Library of Congress or Gutenberg project, <BR>
<BR>
<BR>
<B><FONT SIZE="4">mx </FONT></B><B><FONT SIZE="4"><FONT COLOR="#990000">iso=marc=source.mrc</FONT></FONT></B><B><FONT SIZE="4"> </FONT></B><B><FONT SIZE="4"><FONT COLOR="#3333ff"> isotag1=3000</FONT></FONT></B><B><FONT SIZE="4"> </FONT></B><B><FONT SIZE="4"><FONT COLOR="#009900">gizmo=gizdelim</FONT></FONT></B><B><FONT SIZE="4"> create=myisisdb now -all tell=100</FONT></B><BR>
<BR>
</BLOCKQUOTE>
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
<BLOCKQUOTE TYPE=CITE>
<OL TYPE=1>
<LI TYPE=1 VALUE=1><B><FONT SIZE="4"><FONT COLOR="#990000">iso=marc=source.mrc </FONT></FONT></B><FONT SIZE="4"><FONT COLOR="#003333">is the source data, usually standard marc files comes with extension .mrc</FONT></FONT>
<LI TYPE=1 VALUE=2><B><FONT SIZE="4"><FONT COLOR="#3333ff">isotag1=3000</FONT></FONT></B><FONT SIZE="4"><FONT COLOR="#000000"> you need this parameter so you move leader bytes into conventional field v30xx</FONT></FONT>
<LI TYPE=1 VALUE=3><B><FONT SIZE="4"><FONT COLOR="#009900">gizmo=gizdelim</FONT></FONT></B> this is a gizmo to convert the delimiter \asc32 into our loved ^ as delimiter
</OL>
If you don't have this gizmo you can create it with the following instruction<BR>
<BR>
<FONT SIZE="4">mx null count=1 "proc='a1/1F/a11/hex/a2/^/'" create=gizdelim</FONT><BR>
<BR>
Regards<BR>
Ernesto Spinak<BR>
<BR>
<BR>
<BR>
El 13/03/2013 13:29, Renate Morgenstern escribió:<BR>
<BR>
</BLOCKQUOTE>
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
<BLOCKQUOTE TYPE=CITE>
<BLOCKQUOTE TYPE=CITE>
Hi,<BR>
<BR>
I want to import the catalogue of Project Gutenberg. It is available as a MARC file. I used the following mx command to convert is to isis.<BR>
mx iso=marc=gutenberg.iso create=dbn now -all<BR>
<BR>
It seems to work ok, but when looking at the data, I notice that the ^ is not converted to isis format. It just shows<BR>
<BR>
245 14 aTitle h[electronic resource] bStatement of responsibility<BR>
<BR>
I see there are options for the import of the MARC file, but I do not know how to use them to get the ^ before the subfield.<BR>
<BR>
Please help me with the correct format.<BR>
Thanks<BR>
Renate<BR>
<BR>
<BR>
<TABLE CELLSPACING="0" CELLPADDING="0" WIDTH="100%">
<TR>
<TD>
-- <BR>
<BR>
Renate Morgenstern<BR>
Tel.: +264 61 242124<BR>
Cell: +264 81 2910284<BR>
Fax: 088637518<BR>
Windhoek, Namibia
</TD>
</TR>
</TABLE>
<BR>
<BR>
<PRE>
_______________________________________________
isis-users mailing list
<A HREF="mailto:isis-users@iccisis.org">isis-users@iccisis.org</A>
To manage your own subscription options go to: <A HREF="http://lists.iccisis.org/listinfo/isis-users">http://lists.iccisis.org/listinfo/isis-users</A>
Or contact Henk Rutten: <A HREF="mailto:hlrutten@xs4all.nl">hlrutten@xs4all.nl</A>
</PRE>
</BLOCKQUOTE>
<BR>
<BR>
<PRE>
--
.^. .^.
( ) ( )
=== ===
=[=]================================[=]=
| | Ernesto Spinak | |
| | <A HREF="mailto:spinaker@adinet.com.uy">spinaker@adinet.com.uy</A> | |
| | Montevideo, Uruguay | |
| | tel/fax (598) 2622-3352 | |
| | celular (598) 99612238 | |
=[=]================================[=]=
=== ===
( ) ( )
V V
</PRE>
</BLOCKQUOTE>
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
<BLOCKQUOTE TYPE=CITE>
<BR>
_______________________________________________<BR>
isis-users mailing list<BR>
<A HREF="mailto:isis-users@iccisis.org">isis-users@iccisis.org</A><BR>
To manage your own subscription options go to: <A HREF="http://lists.iccisis.org/listinfo/isis-users">http://lists.iccisis.org/listinfo/isis-users</A><BR>
Or contact Henk Rutten: <A HREF="mailto:hlrutten@xs4all.nl">hlrutten@xs4all.nl</A><BR>
<BR>
<BR>
<BR>
</BLOCKQUOTE>
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
<BR>
<BR>
<PRE>
--
.^. .^.
( ) ( )
=== ===
=[=]================================[=]=
| | Ernesto Spinak | |
| | <A HREF="mailto:spinaker@adinet.com.uy">spinaker@adinet.com.uy</A> | |
| | Montevideo, Uruguay | |
| | tel/fax (598) 2622-3352 | |
| | celular (598) 99612238 | |
=[=]================================[=]=
=== ===
( ) ( )
V V
_______________________________________________
isis-users mailing list
<A HREF="mailto:isis-users@iccisis.org">isis-users@iccisis.org</A>
To manage your own subscription options go to: <A HREF="http://lists.iccisis.org/listinfo/isis-users">http://lists.iccisis.org/listinfo/isis-users</A>
Or contact Henk Rutten: <A HREF="mailto:hlrutten@xs4all.nl">hlrutten@xs4all.nl</A>
</PRE>
</BLOCKQUOTE>
<BR>
<TABLE CELLSPACING="0" CELLPADDING="0" WIDTH="100%">
<TR>
<TD>
-- <BR>
<BR>
Renate Morgenstern<BR>
Tel.: +264 61 242124<BR>
Cell: +264 81 2910284<BR>
Fax: 088637518<BR>
Windhoek, Namibia
</TD>
</TR>
</TABLE>
</BODY>
</HTML>