<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1">
  <title></title>
</head>
<body text="#000000" bgcolor="#ffffff">
Stephen Hedges wrote:<br>
<blockquote type="cite"
 cite="mid2276.24.33.207.52.1077234879.spork@webmail.skemotah.com">
  <pre wrap=""><a class="moz-txt-link-abbreviated" href="mailto:baljkas@mts.net">baljkas@mts.net</a> said:
  </pre>
  <blockquote type="cite">
    <pre wrap="">Is the configuration of the MARC tag structure (what I'll call the MAP for
convenience sake) saved to any particular file in such a way that one
could do the set up at Point A and then export it to Point B? Or
alternatively, could it be remote accessed so that the work could be done
for Koha installation at Point B online from a Point A?
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Couldn't you do that with the mysqldump command?  Something like:

mysqldump --opt koha marc_subfield_structure &gt; subfield_structure_backup.sql</pre>
</blockquote>
stephen if right here. Except you must also dump marc_tag_structure.
Those 2 tables entirely define the MARC management in Koha.<br>
<br>
<pre wrap="">&gt; Would it be useful to the community to have a default MARC21 and/or UNIMARC MAP, one which would include all possible tags and 
&gt; subfields, set up, from which one could then just delete what one didn't need instead of trying to worry about adding everything that 
&gt; might possibly come up?  (BTW, if it were possible, I imagine it could be offered as part of the installation package in the near 
&gt; future, or at least off the Koha site, to facilitate and even encourage adoption of Koha.)

I'm not sure to understand this question. The default MARC21 is complete from a MARC21 point of view isn't it (even if I agree it mappings can be highly improved)

&gt; **This is based on my understanding that Koha won't map MARC tags properly unless all encountered tags are mapped completely in the 
&gt; MARC tag structure admin.** If that is not in fact correct, please let me know as I don't think I'm alone in having made that 
&gt; interpretation, based on what's been said in the listserv and in documentation.
&gt; I would be more than willing to take the time to create such a MAP for the Koha community, if it would be possible and desirable. I 
&gt; have the current IFLA and MARC21 reference materials and could invest the time starting this weekend.
That is correct if I understand here what you mean.
During the install, you have to choose between "MARC21-english" and "UNIMARC-french" MARC flavour.
If you send me working dumps of the 2 marc_*_structure, it's EASY to add new possibilities during installer.
Something like "UNIMARC-french for public library", "UNIMARC-french with SuDoc support", "UNIMARC-french with 995 support"...
</pre>
<pre class="moz-signature" cols="72">-- 
Paul POULAIN
Consultant ind&eacute;pendant en logiciels libres
responsable francophone de koha (SIGB libre <a class="moz-txt-link-freetext" href="http://www.koha-fr.org">http://www.koha-fr.org</a>)
</pre>
</body>
</html>