<html>
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div class="moz-cite-prefix">Dear Renate<br>
<br>
There is simple and effective way to get a clean list of terms
without duplicates using Cisis utitlies from the command line<br>
<br>
<b>mxtb </b>is a tabulator, i.e. it can extract all different
instances of a data (see the manual)<br>
<br>
I'll do an example using a marc database, to get an author list<br>
authors are recorded in v100^a and v700^a (repeatable)<br>
so the line would be<br>
<b><font face="Courier New, Courier, monospace"><br>
mxtb marc create=author "100:v100^a/(v700^a/)" class=2000
tell=100</font></b><br>
it will get out something like<br>
<br>
<b><font face="Courier New, Courier, monospace">mxtb: 5100 recs in<br>
1230 tabs<br>
860 recs out</font></b><br>
<br>
just in case you have an error return, like the following line, <br>
<b><font face="Courier New, Courier, monospace">fatal:
mxtb/maxhash overflow</font></b><br>
the problem is that you have more than 2000 intances, then you
increase the numer to class=3000 or 10000 or ...etc<br>
<br>
The author database has three fields like the example, one record
for each different key<br>
<b><font face="Courier New, Courier, monospace">mx author<br>
mfn= 1<br>
1 «Leite, José Alfredo A. (José Alfredo Américo).»<br>
998 «999999998»<br>
999 «1»</font></b><br>
<br>
then you export the unique names<br>
<b><font face="Courier New, Courier, monospace">mx author
"proc='d998d999'" iso=author.iso now -all tell=100</font></b><br>
<br>
mxtb is case sensitive<br>
<br>
Enjoy it<br>
Regards<br>
Ernesto Spinak<br>
<br>
<br>
<br>
El 07/07/2016 a las 3:50, Renate Morgenstern escribió:<br>
</div>
<blockquote cite="mid:1467874255.4975.5.camel@user-laptop.fritz.box"
type="cite">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="GENERATOR" content="GtkHTML/4.2.2">
<br>
Good day,<br>
<br>
I want to generate a name authority database from a csv file
generated from an ISIS database.<br>
However, in the generated csv file there are many duplicates of
the same name, which I do not need in he name authority database.<br>
How, can I generate the file that it only takes a name once.<br>
I DOS ISIS it was easy with the printing of headings. <br>
Thanks for any help.<br>
Regards<br>
Renate. <br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
<pre wrap="">_______________________________________________
isis-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:isis-users@iccisis.org">isis-users@iccisis.org</a>
To manage your own subscription options go to: <a class="moz-txt-link-freetext" href="http://lists.iccisis.org/listinfo/isis-users">http://lists.iccisis.org/listinfo/isis-users</a>
Or contact Henk Rutten: <a class="moz-txt-link-abbreviated" href="mailto:hlrutten@xs4all.nl">hlrutten@xs4all.nl</a>
</pre>
</blockquote>
<br>
<p><br>
</p>
<pre class="moz-signature" cols="72">--
.^. .^.
( ) ( )
=== ===
=[=]================================[=]=
| | Ernesto Spinak | |
| | <a class="moz-txt-link-abbreviated" href="mailto:spinaker@adinet.com.uy">spinaker@adinet.com.uy</a> | |
| | Montevideo, Uruguay | |
| | tel/fax (598) 2622-3352 | |
| | celular (598) 99612238 | |
=[=]================================[=]=
=== ===
( ) ( )
V V </pre>
</body>
</html>