<div dir="ltr">You might try something like:<br><br><div style="margin-left: 40px;">for x in /home/vijay/Desktop/records/*; do<br></div><div style="margin-left: 80px;">./bulkmarcimport.pl -file $x;<br></div><div style="margin-left: 40px;">
done;<br>unset x;<br></div><div><br>since the tool is only expecting a single file at a time (i.e. 300 records in 1 file, not 300 records in 300 files).&nbsp; <br><br>--Joe Atzberger,<br>LibLime<br><br><div class="gmail_quote">
On Thu, Aug 21, 2008 at 2:04 AM, vijay kumar <span dir="ltr">&lt;<a href="mailto:vijcrjbhu@gmail.com">vijcrjbhu@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Dear member,<br>
I am using koha-3.00.00 latest release and trying to bulk upload.<br>
But when i run the command always import only one record and same record.<br>
<br>
What is the actual command for bulk importing?<br>
<br>
1)I have downloaded about 300 records from Library of congress<br>
2) And also I have sample record in MARCXML format...Does koha 3<br>
support import of &nbsp;MARCXML format records.<br>
<br>
screenshot<br>
root@vijay-home:/usr/share/koha-3.00.00/misc/migration_tools#<br>
./bulkmarcimport.pl -n -300 -file /home/vijay/Desktop/records/*<br>
.<br>
1 MARC records done in 0.0766611099243164 seconds<br>
<br>
and I also tried the following command but it didnot work only import<br>
single record and same record always.<br>
./bulkmarcimport.pl -file /home/vijay/Desktop/records/*<br>
<br>
Please suggest me,<br>
Thanks,<br>
vijay<br><br></blockquote></div></div></div>