<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-2022-jp">
<style type="text/css" style="display:none;"> P {margin-top:0;margin-bottom:0;} </style>
</head>
<body dir="ltr">
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
All,</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
I have tracked down an error to Line 28 in our custom MARCXML export plugin:
<div><br>
</div>
<div>#20160621LJD: 008 - Change 'xx' at positions 15-16 with 'mdu' for Maryland per technical services.</div>
<div>def self.assemble_controlfield_string(obj)</div>
<div>date = obj.dates[0] || {}</div>
<div>string = obj['system_mtime'].scan(/\d{2}/)[1..3].join('')</div>
<div>string += obj.level == 'item' && date['date_type'] == 'single' ? 's' : 'i'</div>
<div>string += date['begin'] ? date['begin'][0..3] : " "</div>
<div>string += date['end'] ? date['end'][0..3] : " "</div>
<div>string += "mdu"</div>
<div>17.times { string += ' ' }</div>
<div>string += (obj.language || '|||')                           $B"+(B LINE 28</div>
<div>string += ' d'</div>
<div><br>
</div>
<div>Insofar as this was working previous to our upgrade to ASpace Version 2.8.0 (Yes, I know, we're due for an upgrade!), can you see anything here that might be the cause of breakage?   Maybe "obj.language" is no longer correct???</div>
<div><br>
</div>
Advice appreciated!</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
Mark<br>
</div>
<div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div id="Signature">
<div>
<div></div>
<div name="divtagdefaultwrapper" style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:; margin:0">
<div class="BodyFragment"><font size="2">
<div class="PlainText">-- <br>
<br>
<><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><br>
Mark Cyzyk, M.A., M.L.S.<br>
Library Applications Group<br>
The Sheridan Libraries<br>
The Johns Hopkins University<br>
mcyzyk@jhu.edu<br>
<br>
<i>Verba volant, scripta manent.</i><br>
<br>
</div>
</font></div>
</div>
</div>
</div>
</div>
</body>
</html>