Import and Export Data
ABCD uses the ISO 2709 standard (the underlying format of MARC21) for data exchange. This ensures compatibility with other library systems like Koha, Aleph, or other ISIS-based software.
Exporting Data (Backup)
Exporting your database to an ISO file is the best way to create a portable backup or share data.
- Go to Cataloging > Utilities > Export ISO.
- Output Filename: Give your file a name (e.g.,
books_backup_2023.iso). - Selection Criteria (Optional):
- Leave blank to export the entire database.
- Enter a range of MFNs (e.g.,
1/100) to test. - Use a search expression to export specific records (e.g.,
PY=2023).
- Fields Specification:
- Leave blank to export all fields.
- Use an FST selection to export only indexed fields.
- Encoding: Choose UTF-8 or ANSI depending on the destination system.
- Click Export.
- Download the resulting file from the server to your computer.
Importing Data
Importing allows you to add records from other libraries or restore a backup.
- Go to Cataloging > Utilities > Import ISO.
- Upload File: Select the
.isofile from your computer and upload it to the server. - Import Options:
- Append: Adds the new records to the end of the existing database. Use this for adding new books.
- Create/New: Erases the current database and replaces it with the content of the ISO file. Use this for restoration.
- Tag Reformatting (Advanced):
- If the incoming ISO uses different tags (e.g., Tag 100 for Author) than your database (e.g., Tag 70), you can use a conversion table to map them.
- Click Import.
Control Numbers (MFN)
When importing with Append, ABCD assigns new MFN (Master File Numbers) to the incoming records. The original MFNs inside the ISO file are ignored to prevent overwriting existing data.