Koha/koha-tmpl/intranet-tmpl/prog/en/modules/tools
Jared Camins-Esakov 7ad5e203da Bug 2060: Update command line MARC import scripts
Expose authority import functionality to the command line import
scripts, and rename them from commit_biblios_file.pl and
stage_biblios_file.pl to commit_file.pl and stage_file.pl.

To test (note that these instructions assume you have a MARC21
installation and are using the provided sample file):
1. Find a file of authorities (a sample file with MARC21 authorities
   is attached to bug 7475) and download it to your server
2. Stage the file using the following command (replace <filename> with
   the name of the file you saved in step 1):
   > misc/stage_file.pl --file <filename> --authorities
3. Note the batch number the script assigns to your batch
4. Commit the records using the following command (replace <batchnumber>
   with the batch number you made note of in step 3):
   > misc/commit_file.pl --batch-number <batchnumber>
5. Index the authorities Zebraqueue (or wait)
6. Confirm that the new authorities appear.
7. Create a matching rule with the following settings:
   Code: AUTHTEST
   Description: Personal name main entry
   Match threshold: 999
   Record type: Authority record
   Search index: Heading-main
   Score: 1000
   Tag: 100
   Subfields: a
   Offset: 0
   Length: 0
   (note the ID of this matching rule)
8. Stage the authority file again, this time using the following
   command:
   > misc/stage_file.pl --file <filename> --authorities \
     --match <matchingrule>
7. Revert the import with the following command:
   > misc/commit_file.pl --batch-number <batchnumber> --revert
8. Index the authorities Zebraqueue (or wait)
9. Confirm that the records have been removed
10. Import an authority record with the Stage MARC/Manage staged MARC
    tools in exactly the way you would for a bibliographic record,
    but choose "Authority" instead of "Bibliographic" for the record
    type.

Signed-off-by: Elliott Davis <elliott@bywatersolutions.com>

Testing plan delivers as it should.

Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>
Rebased on latest master 11 September 2012
2012-09-19 17:16:18 +02:00
..
batchMod-del.tt Bug 8283 - Replace usage of YUI Cookie utility with jQuery Cookie plugin 2012-07-13 11:27:33 +02:00
batchMod-edit.tt Bug 7784 - Improve clarity of batch modification operations 2012-09-05 15:24:08 +02:00
batchMod.tt Bug 7760 - Add ids and classes to every staff page to help with customization (tools) 2012-03-22 18:12:32 +01:00
cleanborrowers.tt Bug 8181 [REVISED] Replace DynArch calendar widget with jQueryUI version 2012-06-25 18:26:26 +02:00
csv-profiles.tt Merge remote-tracking branch 'origin/new/bug_7889' 2012-07-25 15:08:50 +02:00
export.tt Bug 7986: Export issues for patron 2012-09-13 17:58:30 +02:00
holidays.tt Bug 8181 [REVISED] Replace DynArch calendar widget with jQueryUI version 2012-06-25 18:26:26 +02:00
import_borrowers.tt [SIGNED-OFF]Bug 2780 - Capitalize strings consistently (tools) 2012-04-10 10:18:54 +02:00
inventory.tt Bug 8556 - "Mark seen and continue" not translatable in inventory.tt 2012-08-31 22:24:13 +02:00
koha-news.tt Bug 8181 [REVISED] Replace DynArch calendar widget with jQueryUI version 2012-06-25 18:26:26 +02:00
letter.tt Bug 3383 - Item due reminder digests - cannot display title information 2012-08-03 15:58:24 +02:00
manage-marc-import.tt Bug 2060: Update command line MARC import scripts 2012-09-19 17:16:18 +02:00
modborrowers.tt Bug 8181 [REVISED] Replace DynArch calendar widget with jQueryUI version 2012-06-25 18:26:26 +02:00
overduerules.tt Bug 8143 [REVISED] Upgrade jQuery tabs to current jQueryUI version 2012-06-10 15:22:58 +02:00
picture-upload.tt Bug 8573 - Translation difficult in picture-upload.tt due to nested sentence in if/foreach/if/elsif - construction 2012-08-31 22:48:40 +02:00
quotes-upload.tt Bug 7977: Improving upload result message display 2012-05-24 14:15:09 +02:00
quotes.tt Bug 7977 follow-up, fixing UC breaking coding guidelines 2012-05-24 14:33:19 +02:00
scheduler.tt Bug 8181 [REVISED] Replace DynArch calendar widget with jQueryUI version 2012-06-25 18:26:26 +02:00
stage-marc-import.tt Bug 2060: Update command line MARC import scripts 2012-09-19 17:16:18 +02:00
tools-home.tt Bug 8202: Add authority export to tools/export.pl 2012-07-04 16:21:06 +02:00
upload-images.tt bug 6372: moved background-job.inc to background-job-progressbar.js 2012-05-07 23:00:34 +02:00
viewlog.tt Bug 8181 [REVISED] Replace DynArch calendar widget with jQueryUI version 2012-06-25 18:26:26 +02:00