folio-migration-tools 1.9.0rc1__py3-none-any.whl → 1.9.0rc2__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -24,6 +24,7 @@ from folio_migration_tools.mapping_file_transformation.mapping_file_mapper_base
24
24
  from folio_migration_tools.mapping_file_transformation.ref_data_mapping import (
25
25
  RefDataMapping,
26
26
  )
27
+ from folio_migration_tools.task_configuration import AbstractTaskConfiguration
27
28
 
28
29
 
29
30
  class ItemMapper(MappingFileMapperBase):
@@ -42,6 +43,7 @@ class ItemMapper(MappingFileMapperBase):
42
43
  temporary_location_mapping,
43
44
  library_configuration: LibraryConfiguration,
44
45
  boundwith_relationship_map,
46
+ task_configuration: AbstractTaskConfiguration
45
47
  ):
46
48
  item_schema = folio_client.get_item_schema()
47
49
  super().__init__(
@@ -52,6 +54,7 @@ class ItemMapper(MappingFileMapperBase):
52
54
  FOLIONamespaces.items,
53
55
  library_configuration,
54
56
  )
57
+ self.task_configuration = task_configuration
55
58
  self.item_schema = self.folio_client.get_item_schema()
56
59
  self.items_map = items_map
57
60
  self.holdings_id_map = holdings_id_map
@@ -200,6 +200,7 @@ class ItemsTransformer(MigrationTaskBase):
200
200
  temporary_location_mapping,
201
201
  self.library_configuration,
202
202
  self.boundwith_relationship_map,
203
+ self.task_configuration
203
204
  )
204
205
  if (
205
206
  self.task_configuration.reset_hrid_settings
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: folio_migration_tools
3
- Version: 1.9.0rc1
3
+ Version: 1.9.0rc2
4
4
  Summary: A tool allowing you to migrate data from legacy ILS:s (Library systems) into FOLIO LSP
5
5
  License: MIT
6
6
  Keywords: FOLIO,ILS,LSP,Library Systems,MARC21,Library data
@@ -15,7 +15,7 @@ folio_migration_tools/mapper_base.py,sha256=4rtZxmWp1qaAIG2awiJ3RElPM9IVA-n8-Qzz
15
15
  folio_migration_tools/mapping_file_transformation/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
16
16
  folio_migration_tools/mapping_file_transformation/courses_mapper.py,sha256=mJQxxeTn1bCYb2zwFYyXJ6EGZpJ0DsmwOY3nED7D_gQ,8091
17
17
  folio_migration_tools/mapping_file_transformation/holdings_mapper.py,sha256=GI9xnN74EsUMAshXKNJ6p9bGPdLtK0PCXqbB3nIxrC8,7207
18
- folio_migration_tools/mapping_file_transformation/item_mapper.py,sha256=RR8eqbHaGrwtYl2HIouIfiS5B52mErD7eeOMhj_L2NU,10436
18
+ folio_migration_tools/mapping_file_transformation/item_mapper.py,sha256=CWKpve0UdppztCd5ex1dz47g78mTqKkgiij1HEsGMC8,10622
19
19
  folio_migration_tools/mapping_file_transformation/manual_fee_fines_mapper.py,sha256=nCkqbxaDHKxMuqQHh_afxQp48YrVD-SeCZ0L1iGvnkk,13402
20
20
  folio_migration_tools/mapping_file_transformation/mapping_file_mapper_base.py,sha256=RacwSOP6r6i28EOywaepq5K5FimD8Ld5MlBo89FYO7c,37963
21
21
  folio_migration_tools/mapping_file_transformation/notes_mapper.py,sha256=auLQZqa4rSJo_MIV4Lc5-LG8RcBpp2bnKH243qNYq_0,3470
@@ -42,7 +42,7 @@ folio_migration_tools/migration_tasks/bibs_transformer.py,sha256=XzlPo-0uuugJA4S
42
42
  folio_migration_tools/migration_tasks/courses_migrator.py,sha256=dQerp97P3r7wmxK3Ovg6AriO6K_nTr6vA8RKj_XBEt4,5728
43
43
  folio_migration_tools/migration_tasks/holdings_csv_transformer.py,sha256=Hwr4YjgNIQpi2N-x8eq-mmRpXAyxYylQjpYubm03-ec,19668
44
44
  folio_migration_tools/migration_tasks/holdings_marc_transformer.py,sha256=yN0a8YVNx2P6NswxSylTca0MmNk1shze3PyKXv9JJIw,9547
45
- folio_migration_tools/migration_tasks/items_transformer.py,sha256=S3RZDKL8lQbO6V8RWzzV_aB_L8fjoNF78DTi9hnKpH4,15350
45
+ folio_migration_tools/migration_tasks/items_transformer.py,sha256=vcBEkH4znw3JU9rgekCXKoHiUXDj9QEZWvhoOtbusOc,15386
46
46
  folio_migration_tools/migration_tasks/loans_migrator.py,sha256=PCjr_bC2ixhPPk_D54m7B871_bQObn5oP_Sow3ocg54,33238
47
47
  folio_migration_tools/migration_tasks/manual_fee_fines_transformer.py,sha256=CnmlTge7nChUJ10EiUkriQtJlVxWqglgfhjgneh2_yM,7247
48
48
  folio_migration_tools/migration_tasks/migration_task_base.py,sha256=5vVkBqUvCGuGPUyWlnKsLCFtgOQzq4jjBK_TBUHs7BE,13742
@@ -60,8 +60,8 @@ folio_migration_tools/transaction_migration/legacy_request.py,sha256=1ulyFzPQw_I
60
60
  folio_migration_tools/transaction_migration/legacy_reserve.py,sha256=rZVtiMBYnt6aI0WxAwPN8fML_MKEUSUYsadCKPTeB4E,1839
61
61
  folio_migration_tools/transaction_migration/transaction_result.py,sha256=cTdCN0BnlI9_ZJB2Z3Fdkl9gpymIi-9mGZsRFlQcmDk,656
62
62
  folio_migration_tools/translations/en.json,sha256=HOVpkb_T-SN_x0NpDp8gyvV1hMLCui3SsG7ByyIv0OU,38669
63
- folio_migration_tools-1.9.0rc1.dist-info/LICENSE,sha256=PhIEkitVi3ejgq56tt6sWoJIG_zmv82cjjd_aYPPGdI,1072
64
- folio_migration_tools-1.9.0rc1.dist-info/METADATA,sha256=QxHgnFjxkklcsK5gVrIK7tEFKyk5qodSNa6V_cQbP7E,7415
65
- folio_migration_tools-1.9.0rc1.dist-info/WHEEL,sha256=XbeZDeTWKc1w7CSIyre5aMDU_-PohRwTQceYnisIYYY,88
66
- folio_migration_tools-1.9.0rc1.dist-info/entry_points.txt,sha256=Hbe-HjqMcU8FwVshVIkeWyZd9XwgT1CCMNf06EpHQu8,77
67
- folio_migration_tools-1.9.0rc1.dist-info/RECORD,,
63
+ folio_migration_tools-1.9.0rc2.dist-info/LICENSE,sha256=PhIEkitVi3ejgq56tt6sWoJIG_zmv82cjjd_aYPPGdI,1072
64
+ folio_migration_tools-1.9.0rc2.dist-info/METADATA,sha256=USDS4Z7GevPBnNe8l9eBpe8Zy0NiUhQW2kl4K2paHjA,7415
65
+ folio_migration_tools-1.9.0rc2.dist-info/WHEEL,sha256=XbeZDeTWKc1w7CSIyre5aMDU_-PohRwTQceYnisIYYY,88
66
+ folio_migration_tools-1.9.0rc2.dist-info/entry_points.txt,sha256=Hbe-HjqMcU8FwVshVIkeWyZd9XwgT1CCMNf06EpHQu8,77
67
+ folio_migration_tools-1.9.0rc2.dist-info/RECORD,,