sul-dlss / FOLIO-Project-Stanford

Task management for Stanford’s analysis of FOLIO.
2 stars 0 forks source link

Map proximity identifier to barcode field #632

Open dlrueda opened 6 months ago

dlrueda commented 6 months ago

Barcode will no longer be printed on SUID's starting FY2025. Libraries will transition away from using it over Memorial Day weekend 2024.

We need to start mapping the chipID from the physical SUID to the FOLIO barcode field (so self-check machines will work with physical SUID cards and omnikey card readers).

Currently we have this for custom field mappings. proximity(Nokogiri::XML(xmlline).xpath('//Person/identifier[@type="proximity"]')) mobile_id(Nokogiri::XML(xmlline).xpath('//Person/identifier[@type="mobileid"]'))

Switch barcode mapping to use (Nokogiri::XML(xmlline).xpath('//Person/identifier[@type="proximity"]'))

Needed for Memorial Day weekend 2024: reload of users with new mapping.