...
- This app lets you edit any physical items.
- If you have a column header for a field, e.g. statistics_note_1, and you leave all the cells empty, it will OVERWRITE any existing data in those fields and set it to null.
- The item history will show the changes along with your own user ID.
- Example input file cloudApp-ItemUpdater.xlsx
- List of item fields as they need to be defined in Excel file (e.g. chronology_j): https://developers.exlibrisgroup.com/alma/apis/docs/xsd/rest_item.xsd/#item_data
- To update one barcode with another, make sure the existing from Alma barcode is in column 1 named 'barcode' and that the barcode you want to change to is in column 2 named 'barcode'
- ExL documentation: https://developers.exlibrisgroup.com/appcenter/item-updater-by-excel/
...