Dear member, I am trying to bulk upload. But when i run the command always import only one record and same record. What is the actual command for bulk importing? screenshot root@vijay-home:/usr/share/koha-3.00.00/misc/migration_tools# ./bulkmarcimport.pl -n -300 -file /home/vijay/Desktop/records/* . 1 MARC records done in 0.0766611099243164 seconds what is the actual command for bulk importing. I have downloaded about 300 records from Library of congress Please suggest me, Thanks, vijay
On Wed, Aug 20, 2008 at 11:28 AM, vijay kumar <vijcrjbhu@gmail.com> wrote:
Dear member, I am trying to bulk upload. But when i run the command always import only one record and same record.
What is the actual command for bulk importing?
screenshot root@vijay-home:/usr/share/koha-3.00.00/misc/migration_tools# ./bulkmarcimport.pl -n -300 -file /home/vijay/Desktop/records/* . 1 MARC records done in 0.0766611099243164 seconds
what is the actual command for bulk importing. I have downloaded about 300 records from Library of congress
Please suggest me, Thanks, vijay
What version of Koha are you using?
vijay kumar a écrit :
Dear member, I am trying to bulk upload. But when i run the command always import only one record and same record.
What is the actual command for bulk importing?
screenshot root@vijay-home:/usr/share/koha-3.00.00/misc/migration_tools# ./bulkmarcimport.pl -n -300 -file /home/vijay/Desktop/records/* . 1 MARC records done in 0.0766611099243164 seconds
hi imho, you needn't define -n option. It is to BEGIN import at record number n. So in your case : ./bulkmarcimport.pl -file /home/vijay/Desktop/records/* should be fine. See you vijay. Hopes that helps. -- Henri-Damien LAURENT
vijay kumar wrote:
Dear member, I am trying to bulk upload. But when i run the command always import only one record and same record.
What is the actual command for bulk importing?
I had similiar problem. It turned out that records I tried to import didn`t have the LDR field. Check your file for missing / misplaced fields. Of course you do have all records in one file, don`t you? Regards, Tomasz.
participants (4)
-
Henri-Damien LAURENT -
Jesse Weaver -
Tomasz Holdowanski -
vijay kumar