Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Jira Legacy
serverSystem JIRAJira
serverId01505d01-b853-3c2e-90f1-ee9b165564fc
keyMODDICORE-355

Overview

Scripts were created to adjust mandatory MARC-to-instance mapping rules updates for Poppy release (see

Jira Legacy
serverSystem JIRAJira
serverId01505d01-b853-3c2e-90f1-ee9b165564fc
keyMODDICORE-347
)

Note that this script does NOT update existing Inventory Instances based on the updated mapping rules. The revised rules will only apply to Source = MARC Instances that are created or updated after the mapping changes are made. To refresh all existing instances against the updated rules, libraries will need to run a separate script. This refresh script will take a long time if the library has many instances. 

Script execution

Script executable for POPPY folio-contributors-field-mapping-rules-update-poppy.jar

...

  1. Create JSON file with configuration (see: configuration file)
  2. Open terminal (Mac OS or UNIX Systems) or Power shell (Windows) 
  3. Go to the folder where the script is located.
  4. Run Script with configuration file path parameter (just file name if the script is located in the same folder)
     • example of an executed script - java -jar  folio-contributors-field-mapping-rules-update-poppy.jar configuration.json (Should be executed with java 17)

...