Using third party software with Koha
MarcEdit
Many libraries like to use MarcEdit for modifications or data cleanup. If you’d like to do this you will need to download it at: http://marcedit.reeset.net/
Importante
Many of the actions described in this chapter can be done in Koha using Marc Modification Templates, but this section is here for those who are used to MarcEdit.
Agregar un prefijo a las signaturas topográficas
Cuando quiera importar datos a Koha, probablemente quiera limpiarlos primero. Algo común entre los usuarios de Koha es añadir un prefijo a la signatura topográfica.
Abrir MarcEdit
Haga clic en “MarcEditor”
Ir a Tools > Edit Subfield Data
Para anteponer datos el carácter especial es: ^b Para anteponer simplemente datos al principio de un subcampo, agregar ^b al Campo de datos: cuadro de texto y los datos que se incluirán al dar a Replace
Para anteponer datos al principio del subcampo mientras sustituye una cadena de texto, agregue ^b[cadena a reemplazar] al cuadro de texto Field Data y los datos que se agregarán en el cuadro de texto Replace With.
Importando datos de Excel en Koha
Suponga que tiene registros de su biblioteca en formato de hoja de datos excel y quiere importarlos en Koha. Pero, ¿cómo se puede hacer esto? Koha no le permitirá importar archivos de Excel directamente. Bueno, aquí hay una solución muy simple para que usted le permitirá importar sus archivos de Excel en Koha fácilmente. En primer lugar, vamos a convertir el archivo de Excel en un archivo Marc y luego importarlo a Koha.
Siga los pasos que se indican para importar sus archivos de Excel en Koha
Convirtiendo desde el formato de Excel al formato .mrk
First, we will convert excel format into .mrk format. For this we will use MarcEdit. You can download it from http://marcedit.reeset.net/
Ahora ábralo y seleccione Add-ins–>Delimited Text Translator.
Haga clic en Next cuando aparezca la siguiente ventana.
Busque su archivo Excel.
Locate your excel file by choosing the format Excel File(*.xls).
Del mismo modo, cumplimente el resto de entradas como Output File, Excel Sheet Name y marque codificación UTF-8 (si es necesario) y haga clic en Next.
Ahora se le pedirá el mapeo de los campos con los campos de formato MARC estándar.
Suponga que para el Campo 0 que es la primera columna Mapee a: 022$a ( un ISSN válido para el recurso continuo) y luego haga clic en Apply.
Nota
Puede personalizar indicadores y las demás cosas, para más información del formato marc21 visite official library of congress site.
Del mismo modo mapee todos los demás campos y haga clic en Finalizar.
And then a window will appear indicating that your Marc Text File(*.mrk) has been created.
Haga clic en Cerrar y hemos creado un archivo. mrk de. xls en este paso. Puede ver el archivo haciendo doble clic sobre él.
Convertir archivo .mrk a .mrc
Vamos a convertir el archivo .mrk que hemos creado en el paso anterior en formato Marc puro que se puede importar directamente en Koha.
Para esto de nuevo abra MarcEdit y seleccione MARC Tools.
A continuación seleccione MarcMaker para convertir un archivo .mrk a uno con formato .mrc.
Localice el archivo de entrada y el nombre de archivo de salida. Luego haga clic en Execute.
Y se le mostrará el Resultado.
Haga clic en Cerrar y ahora tenemos registros MARC nativos ( archivos .mrc).
Importar .mrc a Koha
More information on importing records into Koha can be found in the Stage MARC records for import section of this manual.
Por último vamos a importar el archivo anterior .mrc a Koha.
Haga clic en Herramientas en la interfaz de administración de Koha.
A continuación haga clic en Registros MARC preparados para importar
Después elija el archivo creado previamente .mrc y haga clic en Subir.
También puede agregar un comentario sobre del archivo y, finalmente, haga clic en Preparado para la importación.
Cuando la importación este hecha, obtendrá un resultado como este
A continuación, haga clic en gestionar registros preparados.
Aquí usted puede incluso cambiar las reglas de la importación.
Haga clic en Importar por lotes a este catálogo cuando haya terminado.
Eso es todo. Después de que todos los registros se hayan importado, compruebe el estado y debería leerse «importado»
Incluso puede deshacer la operación de importación.
Y en algunos minutos, hemos importado alrededor de 10.000 registros a Koha
OCLC Cataloging Services
Koha can be set to work with the OCLC cataloging services such as
This allows librarians to use the WorldShare Record Manager web interface or the OCLC Connexion Client desktop software as their cataloging tool and send those records to Koha with a single click.
Setting up the OCLC Connexion Daemon
First, you will need to set up the OCLC Connexion Daemon on your server. If you have a system administrator you will want to consult with them on this process.
Find the script on your server and view its documentation.
/usr/share/koha/bin/connexion_import_daemon.pl --help
Create a configuration file. You could put this anywhere that is readable by the user that will be running the service, e.g.,
/etc/koha/sites/my_instance/oclc_connexion.conf
. The output of the help command provides the details about what this file should contain. Here is an example:host: 0.0.0.0 port: 5500 log: /var/log/koha/my_instance/oclc_connexion.log koha: https://staff.mylibrary.example.com user: koha_staff_user_name password: koha_staff_user_password connexion_user: oclc_connexion_user_name connexion_password: oclc_connexion_user_password import_mode: direct
Since the configuration file contains passwords, make sure that it’s only readable by the user running the script, and nobody else.
chmod 400 /etc/koha/sites/my_instance/oclc_connexion.conf
Run the script.
You can do this manually to test it out:
/usr/share/koha/bin/connexion_import_daemon.pl --config /etc/koha/sites/my_instance/oclc_connexion.conf
Or you can set up a
systemd
unit to keep the script running even when it crashes or the server reboots:Create a file at
/etc/systemd/system/koha-oclc-connexion.service
:[Unit] Description=Koha OCLC Connexion Daemon After=network.target [Service] Type=exec ExecStart=/usr/share/koha/bin/connexion_import_daemon.pl --config /etc/koha/sites/my_instance/oclc_connexion.conf Restart=always [Install] WantedBy=multi-user.target
Enable and start the service:
systemctl enable koha-oclc-connexion systemctl start koha-oclc-connexion
Check the status of the service:
systemctl status koha-oclc-connexion
WorldShare Record Manager
OCLC Connexion Client desktop software
See https://wiki.koha-community.org/wiki/OCLC_Connexion_Client for instructions on setting up and using the OCLC Connexion Client desktop software.
Talking Tech
Talking Tech i-tiva is a third party, proprietary, product that libraries can subscribe to. Learn more here: http://www.talkingtech.com/solutions/library.
Installation and setup instructions
Asegúrese de que ha ejecutado installer/data/mysql/atomicupdate/Bug-4246-Talking-Tech-itiva-phone-notifications.pl, requerido para instalar los paquetes de datos (new syspref, notice placeholders and messaging transport preferences)
To use, TalkingTechItivaPhoneNotification system preference must be turned on.
If you wish to process PREOVERDUE or RESERVES messages, you’ll need the EnhancedMessagingPreferences system preference turned on, and patrons to have filled in a preference for receiving these notices by phone.
For OVERDUE messages, overdue notice triggers must be configured under More > Tools > Overdue notice/status triggers. Either branch-specific triggers or the default level triggers may be used (script will select whichever is appropriate).
Sending notices file
Add the TalkingTech_itiva_outbound.pl script to your crontab
Add an FTP/SFTP or other transport method to send the output file to the i-tiva server
Si lo desea, guarde los archivos de avisos enviados en otro directorio después del envío.
Run TalkingTech_itiva_outbound.pl –help for more information
Receiving results file
Agregar un FTP/SFTP u otro método de transporte para enviar el archivo de resultados a un directorio conocido en su servidor Koha
Add the TalkingTech_itiva_inbound.pl script to your crontab, aimed at that directory
Si desea, guarde el archivo de resultados en otro directorio después de su procesamiento
Run TalkingTech_itiva_inbound.pl –help for more information