A python module to interact with the data importing capabilities of the open-source FOLIO ILS
Project description
folio_data_import
Description
This project is designed to import data into the FOLIO LSP. It provides a simple and efficient way to import data from various sources using FOLIO's REST APIs.
Features
- Import MARC records using FOLIO's Data Import system
- Import User records using FOLIO's User APIs
Installation
Installation
To install the project using Poetry, follow these steps:
- Clone the repository.
- Navigate to the project directory:
$ cd /path/to/folio_data_import
. - Install Poetry if you haven't already:
$ pip install poetry
. - Install the project and its dependencies:
$ poetry install
. - Run the application using Poetry:
$ poetry run python -m folio_data_import --help
.
Make sure to activate the virtual environment created by Poetry before running the application.
Usage
- Prepare the data to be imported in the specified format.
- Run the application and follow the prompts to import the data.
- Monitor the import progress and handle any errors or conflicts that may arise.
folio-user-import
When this package is installed via PyPI or using poetry install
from this repository, it installs a convenience script in your $PATH
called folio-user-import
. To view all command line options for this script, run folio-user-import -h
. In addition to supporting mod-user-import
-style JSON objects, this script also allows you to manage service point assignments for users by specifying a servicePointsUser
object in the JSON object, using service point codes in place of UUIDs in the defaultServicePointId
and servicePointIds
fields:
{
"username": "checkin-all",
"barcode": "1728439497039848103",
"active": true,
"type": "patron",
"patronGroup": "staff",
"departments": [],
"personal": {
"lastName": "Admin",
"firstName": "checkin-all",
"addresses": [
{
"countryId": "HU",
"addressLine1": "Andrássy Street 1.",
"addressLine2": "",
"city": "Budapest",
"region": "Pest",
"postalCode": "1061",
"addressTypeId": "Home",
"primaryAddress": true
}
],
"preferredContactTypeId": "email"
},
"requestPreference": {
"holdShelf": true,
"delivery": false,
"fulfillment": "Hold Shelf"
}
"servicePointsUser": {
"defaultServicePointId": "cd1",
"servicePointsIds": [
"cd1",
"Online",
"000",
"cd2"
]
}
}
Matching Existing Users
Unlike mod-user-import, this importer does not require externalSystemId
as the match point for your objects. If the user objects have id
values, that will be used, falling back to externalSystemId
. However, you can also specify username
or barcode
as the match point if desired, using the --user_match_key
argument.
Preferred Contact Type Mapping
Another point of departure from the behavior of mod-user-import
is the handling of preferredContactTypeId
. This importer will accept either the "001", "002", "003"...
values stored by the FOLIO, or the human-friendly strings used by mod-user-import
("mail", "email", "text", "phone", "mobile"
). It will also set a customizable default for all users that do not otherwise have a valid value specified (using --default_preferred_contact_type
), unless a (valid) value is already present in the user record being updated.
Field Protection (experimental)
This script offers a rudimentary field protection implementation using custom fields. To enable this functionality, create a text custom field that has the field name protectedFields
. In this field, you ca specify a comma-separated list of User schema field names, using dot-notation for nested fields. This protection should support all standard fields except addresses within personal.addresses
. If you include personal.addresses
in a user record, any existing addresses will be replaced by the new values.
Example
{
"protectedFields": "customFields.protectedFields,personal.preferredFirstName,barcode,personal.telephone,personal.addresses"
}
Would result in preferredFirstName
, barcode
, and telephone
remaining unchanged, regardless of the contents of the incoming records.
How to use:
- Generate a JSON lines (one JSON object per line) file of FOLIO user objects in the style of mod-user-import
- Run the script and specify the required arguments (and any desired optional arguments), including the path to your file of user objects
Contributing
Contributions are welcome! If you have any ideas, suggestions, or bug reports, please open an issue or submit a pull request.
License
This project is licensed under the MIT License.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file folio_data_import-0.2.7.tar.gz
.
File metadata
- Download URL: folio_data_import-0.2.7.tar.gz
- Upload date:
- Size: 19.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9b38a90d4ba8a441ab6975bab63227726266d0206e7b8dccc6b7b72baa6efc70 |
|
MD5 | 90a77a11a830ea4e865f694ba1b58f17 |
|
BLAKE2b-256 | ef7dbfdb20785f34d5d77c872c7b212c6b10ca2ba6d5e619f102338e4675793e |
Provenance
The following attestation bundles were made for folio_data_import-0.2.7.tar.gz
:
Publisher:
python-publish.yml
on FOLIO-FSE/folio_data_import
-
Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
folio_data_import-0.2.7.tar.gz
- Subject digest:
9b38a90d4ba8a441ab6975bab63227726266d0206e7b8dccc6b7b72baa6efc70
- Sigstore transparency entry: 149179004
- Sigstore integration time:
- Predicate type:
File details
Details for the file folio_data_import-0.2.7-py3-none-any.whl
.
File metadata
- Download URL: folio_data_import-0.2.7-py3-none-any.whl
- Upload date:
- Size: 20.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 78944cc090408c004c1323a39194597d5261e90aa3ef763b1c2a6d8720ca1ae7 |
|
MD5 | 53a30fc3cb45fc8daf4df27f7deb1f11 |
|
BLAKE2b-256 | ae20ea031ed9d05e707c68442c7f080564c3a6dac2a452bc5ffa40a2db22c551 |
Provenance
The following attestation bundles were made for folio_data_import-0.2.7-py3-none-any.whl
:
Publisher:
python-publish.yml
on FOLIO-FSE/folio_data_import
-
Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
folio_data_import-0.2.7-py3-none-any.whl
- Subject digest:
78944cc090408c004c1323a39194597d5261e90aa3ef763b1c2a6d8720ca1ae7
- Sigstore transparency entry: 149179008
- Sigstore integration time:
- Predicate type: