<br><div class="gmail_quote">On Fri, Apr 25, 2008 at 8:40 AM, Luis Diaz &lt;<a href="mailto:luisdiaz@pic.es">luisdiaz@pic.es</a>&gt; wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hello<br>I would like to convert csv file to marc.<br>I have this bin program:<br><pre><a href="http://lists.katipo.co.nz/pipermail/koha/attachments/20071114/922276d3/csv2marc.bin" target="_blank">http://lists.katipo.co.nz/pipermail/koha/attachments/20071114/922276d3/csv2marc.bin</a></pre>

I have a queation, what must be the mapping file?</blockquote><div>&nbsp;<br>It&#39;s actually a structure in the Perl script itself. It says that field 7 (called number six in the script, since it starts at zero), for example, is the title of the book (245 subfield $a). You&#39;ll have to change the various fields in the first table to match the structure of your csv file.<br>
<br>You&#39;ll need to run it like this:<br><br>perl csv2marc.pl ItemTypeA file.csv<br><br>Replacing file.csv with the name of your actual file in the same directory.<br><br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

What platfom to execute this bin?<br></blockquote></div><br>Linux is best, but Windows will work, as long as you have Perl installed.<br clear="all"><br>-- <br>Jesse